Python3 Multi-Threaded Reverse Shell Prototype
- Python 3.x
- PIP
- Update Host and Port in server.py
- Launch the script with
python3 server.py
- Wait for clients to connect...
list
: Prints a directory of connected clients. Can be used in conjunction with select.select
: Used to select a remote client returned by the list command. Expects a number.quit
|exit
: Exit the current client session.
- Launch the client-side script with
python3 client.py
- [Optional] Convert client.py to an .EXE using:
python3 setup.py build
- v1.0: Initial Release
- v1.1: Improved Error Handling
- v1.2: Multi-Connection Support