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