We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00bd540 + 6ef69b4 commit 2fd7bcfCopy full SHA for 2fd7bcf
1 file changed
modules/auxiliary/scanner/http/scraper.rb
@@ -60,6 +60,14 @@ def run_host(target_host)
60
result.each do |u|
61
print_status("[#{target_host}] #{tpath} [#{u}]")
62
63
+ report_note(
64
+ :host => target_host,
65
+ :port => rport,
66
+ :proto => 'tcp',
67
+ :type => "http.scraper.#{rport}",
68
+ :data => u
69
+ )
70
+
71
report_web_vuln(
72
:host => target_host,
73
:port => rport,
0 commit comments