Interpolate all the things!
parent
4abe856fc1
commit
a8ec733a3a
|
@ -77,7 +77,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
print_status "#{peer}: #{header_string}"
|
print_status "#{peer}: #{header_string}"
|
||||||
|
|
||||||
report_note({
|
report_note({
|
||||||
:type => 'http.' << rport.to_s << '.header.' << counter.to_s,
|
:type => "http.#{rport.to_s}.header.#{counter.to_s}",
|
||||||
:data => header_string,
|
:data => header_string,
|
||||||
:host => ip,
|
:host => ip,
|
||||||
:port => rport
|
:port => rport
|
||||||
|
|
Loading…
Reference in New Issue