Skip to content

Commit 2fd7bcf

Browse files
committed
Land rapid7#3514, report_note for scraper
2 parents 00bd540 + 6ef69b4 commit 2fd7bcf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/auxiliary/scanner/http/scraper.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ def run_host(target_host)
6060
result.each do |u|
6161
print_status("[#{target_host}] #{tpath} [#{u}]")
6262

63+
report_note(
64+
:host => target_host,
65+
:port => rport,
66+
:proto => 'tcp',
67+
:type => "http.scraper.#{rport}",
68+
:data => u
69+
)
70+
6371
report_web_vuln(
6472
:host => target_host,
6573
:port => rport,

0 commit comments

Comments
 (0)