/NukeShell

:low_brightness: Reverse shell written on python3

Primary LanguagePythonMIT LicenseMIT

📢 I created this while learning how sockets and cryptography work in python. So bugs are possible.


⚙️ Commands

👮 Run server:

python3 Server/main.py --port 5050

👷 Run client:

python3 Client/main.py --host 127.0.0.1 --port 5050

🎉 Features

  • Connection is encrypted using random RSA + AES key
  • Multiple clients support
  • Execute shell commands
  • Download/Upload files
  • Take screenshot
  • Cross platform

💻 Example