From 1fe459eb4210648f07bffd84d7535877c178cf93 Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Tue, 29 Jul 2014 18:47:40 -0500 Subject: [PATCH] Add info to know where the info comes from --- modules/auxiliary/scanner/vmware/esx_fingerprint.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auxiliary/scanner/vmware/esx_fingerprint.rb b/modules/auxiliary/scanner/vmware/esx_fingerprint.rb index 1aa553b135..ca1ee84733 100644 --- a/modules/auxiliary/scanner/vmware/esx_fingerprint.rb +++ b/modules/auxiliary/scanner/vmware/esx_fingerprint.rb @@ -76,7 +76,7 @@ class Metasploit3 < Msf::Auxiliary full_match = res.body.match(/([\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