quick mod from daniel clemens to show the ip with the url

git-svn-id: file:///home/svn/framework3/trunk@11699 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Jonathan Cran 2011-02-02 19:04:54 +00:00
parent 671659841b
commit 5b5e7028ad
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class Metasploit3 < Msf::Auxiliary
print_error("no response for #{ip}:#{rport} #{url}")
elsif (res.code == 200)
#print_error("#{res.body}")#debug
print_status("URL: #{url}")
print_status("URL: #{ip}#{url}")
if match = res.body.match(/\<title\>(.*)\<\/title\>/im);
fileout = $1
print_status("FILE OUTPUT:\n" + fileout + "\r\n")