Easy reverse shell generator
Based on https://github.com/0xroman1/LazyShell
Available shells:
- bash
- netcat
- python
- php
- ruby
./install.sh
Generates choosen reverse shell with random PORT and IP from eth0
python3 shell.py
Generates choosen reverse shell with specified PORT and IP
python3 shell.py --ip 13.13.37.37 --port 1337