Skip to content

Apache101/NukeShell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📢 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


About

🔅 Reverse shell written on python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%