Skip to content

Commit a8ec733

Browse files
nodeofgithubwvu
authored andcommitted
Interpolate all the things!
1 parent 4abe856 commit a8ec733

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.' << rport.to_s << '.header.' << counter.to_s,
80+
:type => "http.#{rport.to_s}.header.#{counter.to_s}",
8181
:data => header_string,
8282
:host => ip,
8383
:port => rport

0 commit comments

Comments
 (0)