Fixed reporting variable wmap dir listing module

git-svn-id: file:///home/svn/framework3/trunk@5901 4d416f70-5f16-0410-b530-b9f4589650da
unstable
et 2008-11-13 01:59:51 +00:00
parent 26692d3437
commit 2a1536d8d6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class Metasploit3 < Msf::Auxiliary
wmap_target_port,
wmap_target_ssl
)
wmap_report(rep_id,'VULNERABILITY','DIR_LISTING',"#{tpath}","Directory #{teststr} disclose its contents.")
wmap_report(rep_id,'VULNERABILITY','DIR_LISTING',"#{tpath}","Directory #{tpath} discloses its contents.")
end
else
print_status("NOT Vulnerable to directoy listing http://#{target_host}:#{datastore['RPORT']}#{tpath}")