NukeShell
NukeShell copied to clipboard
:low_brightness: Reverse shell written on python3
:loudspeaker: I created this while learning how sockets and cryptography work in python. So bugs are possible.

:gear: Commands
:cop: Run server:
python3 Server/main.py --port 5050
:construction_worker: Run client:
python3 Client/main.py --host 127.0.0.1 --port 5050
:tada: Features
- [x] Connection is encrypted using random RSA + AES key
- [x] Multiple clients support
- [x] Execute shell commands
- [x] Download/Upload files
- [x] Take screenshot
- [x] Cross platform
:computer: Example
