Skip to content

Commit 318418a

Browse files
author
HD Moore
committed
Lands rapid7#3589, adds rhost:rport to vmware fingerprint
2 parents 820ea7e + 1fe459e commit 318418a

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)