https://github.com/limerboy/nukeshell
:low_brightness: Reverse shell written on python3
https://github.com/limerboy/nukeshell
encrypted python3 reverse-shell
Last synced: 7 months ago
JSON representation
:low_brightness: Reverse shell written on python3
- Host: GitHub
- URL: https://github.com/limerboy/nukeshell
- Owner: LimerBoy
- License: mit
- Created: 2020-09-10T00:23:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T12:37:12.000Z (over 5 years ago)
- Last Synced: 2025-04-23T23:38:50.291Z (10 months ago)
- Topics: encrypted, python3, reverse-shell
- Language: Python
- Homepage:
- Size: 1.57 MB
- Stars: 60
- Watchers: 3
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### :loudspeaker: I created this while learning how sockets and cryptography work in python. So bugs are possible.

## :gear: Commands
:cop: _Run server:_
``` bash
python3 Server/main.py --port 5050
```
:construction_worker: _Run client:_
``` bash
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
