pwncat
pwncat copied to clipboard
pwncat - netcat on steroids with Firewall, IDS/IPS evasion, bind and reverse shell, self-injecting shell and port forwarding magic - and its fully scriptable with Python (PSE)
### ISSUE TYPE - Bug Report ### OS / ENVIRONMENT 1. Operating system: Linux 2. Python version: 2.7, 3.9 Server: ``` ./pwncat -l 192.168.10.184 9999 --self-inject /bin/sh:192.168.10.184:10000 -vvvvv 2022-08-09 13:43:45,186...
fix https://github.com/cytopia/pwncat/issues/113
``` * Build system packages: * dev-python/setuptools : 62.1.0-r1 >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-analyzer/pwncat-0.1.2/work/pwncat-0.1.2 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/net-analyzer/pwncat-0.1.2/work/pwncat-0.1.2 ... * python3_9: running...
#### ISSUE TYPE windows #### Question Does this including injection work on windows? Great tool by the way.
#### ISSUE TYPE - Feature request #### SUMMARY Currently, you cannot combine a listener (`-l`) with a port forward (`-L` or `-R`). I would like a way to create a...
#### ISSUE TYPE - Add a handler for keyboard interrupt events #### SUMMARY When ctrl-c is pressed, you get a prompt to exit the session or continue and ignore ####...
#### ISSUE TYPE - Add feature to wrap sockets in SSL tunnel either dynamically (change the SSL certs/create certs on system) or statically (certs pre-pasted in pwncat) #### SUMMARY Would...
#### ISSUE TYPE - Feature request #### SUMMARY Thanks for sharing your awsome tool. Self injection and port forwarding is so cool! However, it seems only IPv4 address is supported...
# Add IPv6 support for port forwarding and self-injection ## Description / Changes / Goal ### Description Currently only IPv4 address can be specified for port forwarding and self-injection. So...
### ISSUE TYPE - Bug Report ### OS / ENVIRONMENT 1. [x] Operating system: Ubuntu 20.04 2. [x] Python version: 3.8.2 3. [x] Command with highest logging output level is...