https://github.com/limerboy/nukeshell
:low_brightness: Reverse shell written on python3
https://github.com/limerboy/nukeshell
encrypted python3 reverse-shell
Last synced: about 2 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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T12:37:12.000Z (over 4 years ago)
- Last Synced: 2023-03-05T01:26:32.181Z (over 2 years ago)
- Topics: encrypted, python3, reverse-shell
- Language: Python
- Homepage:
- Size: 1.57 MB
- Stars: 52
- Watchers: 4
- Forks: 24
- Open Issues: 1
-
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