Update scraper.rb
parent
da67a63ad0
commit
b834e7d3cb
|
@ -60,13 +60,13 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
result.each do |u|
|
result.each do |u|
|
||||||
print_status("[#{target_host}] #{tpath} [#{u}]")
|
print_status("[#{target_host}] #{tpath} [#{u}]")
|
||||||
|
|
||||||
report_note({
|
report_note(
|
||||||
:host => target_host,
|
:host => target_host,
|
||||||
:port => rport,
|
:port => rport,
|
||||||
:proto => 'tcp',
|
:proto => 'tcp',
|
||||||
:type => "http.#{rport.to_s}.scraper",
|
:type => "http.#{rport.to_s}.scraper",
|
||||||
:data => u
|
:data => u
|
||||||
})
|
)
|
||||||
|
|
||||||
report_web_vuln(
|
report_web_vuln(
|
||||||
:host => target_host,
|
:host => target_host,
|
||||||
|
|
Loading…
Reference in New Issue