Quickly generate reverse shells from predefined templates for use in pentesting.
- Clone the repository from https://github.com/tperich/shellpocket
- Run
pip install -r requirements
to install dependencies - Run
./shellpocket.py -h
NOTE: You can add your own shells in /shells.py
- Load shells from a file
- Send from choice menu to stdin
- Replace url,port via args
- Separate by category for nicer printing
- Support for other entities (ex. useful commands)
- Local DB support
- Support adding/deleting/updating shells using the menu
- To MrPineMan for Awesome-Reverse-Shell collection