if ($_SERVER[HTTP_HOST] == "www.hillstonenet.com") { echo ''; echo '
|
|||
Release Date:2009-09-27
Attack Name:HTTP IIS ISAPI extension enumeration
OS Type:Window
Application Type:IIS
Severity:Warning
BUG ID:
CVE ID:
Description:
|
A GET request that specifies a nonexistent file with an IISAPI-registered extension (ie .pl, .idq) will cause the IIS server to return an error message that includes the full path of the root web server directory.
This can happen if the file is referenced as the target of the GET or passed in a variable to a script that looks for the file.
Solution:
|
In IIS4 and above, you can configure it to check for the existence of a file before it returns an error message.
In IIS4:
Preferences->Home directory Application
select 'Check if file exists' for all IISAPI mappings registered
Also,remove all unused mappings