We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5d7dae + 5d833cb commit 00bd540Copy full SHA for 00bd540
1 file changed
modules/auxiliary/scanner/http/http_header.rb
@@ -76,12 +76,12 @@ def run_host(ip)
76
header_string = "#{h[0]}: #{h[1]}"
77
print_status "#{peer}: #{header_string}"
78
79
- report_note({
80
- :type => 'HTTP header',
+ report_note(
+ :type => "http.header.#{rport}.#{counter}",
81
:data => header_string,
82
:host => ip,
83
:port => rport
84
- })
+ )
85
counter = counter + 1
86
end
87
if counter == 0
0 commit comments