Skip to content

Commit 1fe459e

Browse files
committed
Add info to know where the info comes from
1 parent 0208420 commit 1fe459e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/vmware/esx_fingerprint.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def fingerprint_vmware(ip,res)
7676
full_match = res.body.match(/<fullName>([\w\s\.\-]+)<\/fullName>/)
7777
this_host = nil
7878
if full_match
79-
print_good "Identified #{full_match[1]}"
79+
print_good("#{rhost}:#{rport} - Identified #{full_match[1]}")
8080
report_service(:host => (this_host || ip), :port => rport, :proto => 'tcp', :name => 'https', :info => full_match[1])
8181
end
8282
if os_match and ver_match and build_match

0 commit comments

Comments
 (0)