Skip to content

Commit da67a63

Browse files
committed
Add report_note to scraper.rb
Just a suggestion. I always personally modify this. I use it to scrape titles often, and i prefer it to be saved in notes rather than wmap results, because i find it easier to search and automatically add results to rhosts.
1 parent 79603c9 commit da67a63

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
@@ -59,6 +59,14 @@ def run_host(target_host)
5959

6060
result.each do |u|
6161
print_status("[#{target_host}] #{tpath} [#{u}]")
62+
63+
report_note({
64+
:host => target_host,
65+
:port => rport,
66+
:proto => 'tcp',
67+
:type => "http.#{rport.to_s}.scraper",
68+
:data => u
69+
})
6270

6371
report_web_vuln(
6472
:host => target_host,

0 commit comments

Comments
 (0)