We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ec733 commit 7e9eb84Copy full SHA for 7e9eb84
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.#{rport.to_s}.header.#{counter.to_s}",
+ report_note(
+ :type => "http.header.#{rport.to_s}.#{counter.to_s}",
81
:data => header_string,
82
:host => ip,
83
:port => rport
84
- })
+ )
85
counter = counter + 1
86
end
87
if counter == 0
0 commit comments