Skip to content

Commit 5d833cb

Browse files
nodeofgithubwvu
authored andcommitted
http_header report_note remove to_s
1 parent 7e9eb84 commit 5d833cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/http_header.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def run_host(ip)
7777
print_status "#{peer}: #{header_string}"
7878

7979
report_note(
80-
:type => "http.header.#{rport.to_s}.#{counter.to_s}",
80+
:type => "http.header.#{rport}.#{counter}",
8181
:data => header_string,
8282
:host => ip,
8383
:port => rport

0 commit comments

Comments
 (0)