Add info to know where the info comes from

bug/bundler_fix
jvazquez-r7 2014-07-29 18:47:40 -05:00
parent 0208420a67
commit 1fe459eb42
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class Metasploit3 < Msf::Auxiliary
full_match = res.body.match(/<fullName>([\w\s\.\-]+)<\/fullName>/)
this_host = nil
if full_match
print_good "Identified #{full_match[1]}"
print_good("#{rhost}:#{rport} - Identified #{full_match[1]}")
report_service(:host => (this_host || ip), :port => rport, :proto => 'tcp', :name => 'https', :info => full_match[1])
end
if os_match and ver_match and build_match