# Pwncat-cs

## Documentation

* <https://pwncat.readthedocs.io/en/latest/modules.html>

## Install

* To install without virtual env

```
pip install pwncat-cs
```

* To install under virtual env

```
python3 -m venv pwncat-env
source pwncat-env/bin/activate
pip install pwncat-cs
```

* To run after install

```
python3 -m venv pwncat-env
source pwncat-env/bin/activate
pwncat-cs
```

## Listeners

* To start a listener

```
listen 1234
```

* Check on listeners

```
listeners
```

* ![pwn-cat-1](https://user-images.githubusercontent.com/75596877/150690108-17d967f4-f34e-43c6-be81-81a0c66a04e0.png)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.ice-wzl.xyz/c2-frameworks/pwncat-cs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
