scraper report_note, remove unnecessary to_s

bug/bundler_fix
nodeofgithub 2014-07-11 21:08:35 +02:00
parent 7a7d149dc5
commit ad46c37988
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class Metasploit3 < Msf::Auxiliary
:host => target_host,
:port => rport,
:proto => 'tcp',
:type => "http.scraper.#{rport.to_s}",
:type => "http.scraper.#{rport}",
:data => u
)