Skip to content

Commit b834e7d

Browse files
committed
Update scraper.rb
1 parent da67a63 commit b834e7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/auxiliary/scanner/http/scraper.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ 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',
63+
report_note(
64+
:host => target_host,
65+
:port => rport,
66+
:proto => 'tcp',
6767
:type => "http.#{rport.to_s}.scraper",
6868
:data => u
69-
})
69+
)
7070

7171
report_web_vuln(
7272
:host => target_host,

0 commit comments

Comments
 (0)