Fixed spelling mistake.
git-svn-id: file:///home/svn/framework3/trunk@10445 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
224891387a
commit
e6969ba30e
|
@ -75,7 +75,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
if(not res)
|
if(not res)
|
||||||
print_error("NO Response.")
|
print_error("NO Response.")
|
||||||
elsif (res.code.to_i == 401)
|
elsif (res.code.to_i == 401)
|
||||||
print_status("Comfirmed protected folder #{wmap_base_url}#{tpath} #{res.code} (#{wmap_target_host})")
|
print_status("Confirmed protected folder #{wmap_base_url}#{tpath} #{res.code} (#{wmap_target_host})")
|
||||||
print_status("\tTesting for unicode bypass in IIS6 with WebDAV enabled using PROPFIND request.")
|
print_status("\tTesting for unicode bypass in IIS6 with WebDAV enabled using PROPFIND request.")
|
||||||
|
|
||||||
cset = %W{ & ^ % $ # @ ! }
|
cset = %W{ & ^ % $ # @ ! }
|
||||||
|
|
Loading…
Reference in New Issue