Gopherus (SSRF exploitation)
gopherus --exploit <service>
Tool to generate Gopher payloads for exploiting SSRF against services like MySQL, Redis, SMTP, etc.
When you have an SSRF that allows the gopher:// protocol and you want to interact with internal services (e.g., Redis, MySQL, FastCGI). Gopherus generates the payload in gopher format that, when processed by the server, can execute commands or extract data from those services.
If the SSRF does not support gopher, or if the internal service is not accessible. Also if the firewall blocks traffic to those ports.