#pwncat #reverseShell #listener #upload #download GitHub](https://github.com/calebstewart/pwncat) ## Install ```shell python3 -m venv pwncat-env source pwncat-env/bin/activate pip install pwncat-cs ``` ### Alias ```shell alias pwncat='pwncat-cs' ``` ## Usage `Creates a listener that will autoamtically upgrade to pretty shell` ```shell pwncat -lp 1234 ``` ```shell upload <path-to-local-file> download <path-to-remote-file> ```