Python

Infodox created a great collection of python reverse and bind shells that we can find in the github repo below.

Pro: These shells are a way more handy to work with as they are fully interactive!

Cons: Only works with Python2. Also, Python2 needs to be installed on the target machine.

Listener

Use the tcp_pty_shell_handler.py script as the listener.

python2 tcp_pty_shell_handler.py -b 10.10.16.6:31337

Last updated