Vulnerability Development mailing list archives
Re: script locations
From: Benjamin Elijah Griffin <bgriffin () gracenote com>
Date: Thu, 7 Jun 2001 16:40:14 -0700
Easy trick for checking if a .html on an Apache server is a CGI or
similar: append a '/' to the URL. If the page loads it wasn't plain
html. Examples:
http://www.apache.org/index.html 200 OK
http://www.apache.org/index.html/ 404 Not Found
http://www.wired.com/index.html 200 OK
http://www.wired.com/index.html/ 200 OK
Often times the links on the page (including images) break, but
that's mere cosmetics.
Benjamin
Current thread:
- script locations Michal Zalewski (Jun 07)
- RE: script locations Zane Hill (Jun 07)
- Re: script locations Dougal Campbell (Jun 07)
- Re: script locations Blue Boar (Jun 07)
- Re: script locations spi (Jun 07)
- Re: script locations Vitaly Osipov (Jun 08)
- <Possible follow-ups>
- RE: script locations Alex Andrews (Jun 07)
- RE: script locations Michal Zalewski (Jun 07)
- Re: script locations Benjamin Elijah Griffin (Jun 07)
- Re: script locations spi (Jun 07)
- Re: script locations securityforums (Jun 14)
