Fix to work with IIS 7

git-svn-id: file:///home/svn/framework3/trunk@11254 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2010-12-08 16:22:04 +00:00
parent add6955501
commit 9d5ac80cb5
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Metasploit3 < Msf::Auxiliary
tserver = res.headers['Server']
if (res.headers['DAV'].to_s == '1, 2') and (res.headers['MS-Author-Via'].to_s =~ /DAV/)
if (res.headers['DAV'].to_s == '1, 2')
wdtype = 'WEBDAV'
if res.headers['X-MSDAVEXT']
wdtype = 'SHAREPOINT DAV'