Skip to content

Commit 7a7d149

Browse files
committed
scraper report_note, change note type string
1 parent 8b302cd commit 7a7d149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/scraper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def run_host(target_host)
6464
:host => target_host,
6565
:port => rport,
6666
:proto => 'tcp',
67-
:type => "http.#{rport.to_s}.scraper",
67+
:type => "http.scraper.#{rport.to_s}",
6868
:data => u
6969
)
7070

0 commit comments

Comments
 (0)