Skip to content

MLX15/NukeShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 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