Update scraper.rb

bug/bundler_fix
nodeofgithub 2014-07-11 20:20:40 +02:00
parent da67a63ad0
commit b834e7d3cb
1 changed files with 5 additions and 5 deletions

View File

@ -60,13 +60,13 @@ class Metasploit3 < Msf::Auxiliary
result.each do |u|
print_status("[#{target_host}] #{tpath} [#{u}]")
report_note({
:host => target_host,
:port => rport,
:proto => 'tcp',
report_note(
:host => target_host,
:port => rport,
:proto => 'tcp',
:type => "http.#{rport.to_s}.scraper",
:data => u
})
)
report_web_vuln(
:host => target_host,