Skip to content

Commit 4a9a8ad

Browse files
committed
Land rapid7#7928, http_version now stores the fingerprints
2 parents d7a6edb + 96f7b2e commit 4a9a8ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/auxiliary/scanner/http/http_version.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def run_host(ip)
3636
res = send_request_raw({ 'uri' => '/', 'method' => 'GET' })
3737
fp = http_fingerprint(:response => res)
3838
print_status("#{ip}:#{rport} #{fp}") if fp
39+
report_service(:host => rhost, :port => rport, :sname => "www", :info => fp)
3940
rescue ::Timeout::Error, ::Errno::EPIPE
4041
ensure
4142
disconnect

0 commit comments

Comments
 (0)