Gopherus
Gopherus copied to clipboard
This tool generates gopher link for exploiting SSRF and gaining RCE in various servers
error
File "/home/sajeesh/Gopherus/gopherus.py", line 28 print colors.green + """ ^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
I changed the code so the user can send any payload (code) in php, since in some cases the system function is blocked, it was a simple change to just...
Your tool/software has been inventoried on [*Rawsec's CyberSecurity Inventory*](https://inventory.rawsec.ml/). https://inventory.rawsec.ml/tools.html#Gopherus ### What is Rawsec's CyberSecurity Inventory? An inventory of tools and resources about CyberSecurity. This inventory aims to help people...
Used `readline` to make better experience of reading.
A php website vunerable to SSRF using the curl_setopt() function to load files will throw this error due to the null byte in the generated url when using the payload...
Curl gopher:// can send NULL byte only in 7.45.0 >= 7.71.0 versions [Commit start support null byte](https://github.com/curl/curl/commit/5bf36ea30d38b9e00029180ddbab73cab94a2195) [Commit end support null byte](https://github.com/curl/curl/commit/31e53584db5879894809fbde5445aac7553ac3e2) So, all payload who have NULL bytes inside...
error: ``` File "xxxx/Gopherus/scripts/FastCGI.py", line 17, in FastCGI temp1 = chr(len(data) / 256) ^^^^^^^^^^^^^^^^^^^^ TypeError: 'float' object cannot be interpreted as an integer ``` TO return A integer the code...