Description
Gopherus generates Gopher link payloads for exploiting SSRF and gaining RCE in various servers like Redis, MySQL, FastCGI, and SMTP.
Installation
BASH
git clone https://github.com/tarunkant/Gopherus.git
cd Gopherus
chmod +x install.sh && sudo ./install.sh
Basic Usage
BASH
# Generate payloads for different services
python gopherus.py --exploit redis
python gopherus.py --exploit mysql
python gopherus.py --exploit fastcgi
python gopherus.py --exploit smtp
python gopherus.py --exploit zabbix
python gopherus.py --exploit pymemcache
python gopherus.py --exploit dmpmemcache