Skip to content

Commit 10cccb3

Browse files
committed
Uh... I don't want that print_line(). Forgot to remove it.
1 parent 4415849 commit 10cccb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/bitweaver_overlay_type_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run_host(ip)
6666
'overlay_type' => "#{traverse}#{fname}%00"
6767
}
6868
})
69-
print_line(res.body)
69+
7070
if res and res.code == 200 and res.body =~ /failed to open stream\: No such file/
7171
print_error("#{peer} - Cannot read '#{fname}'. File does not exist.")
7272

0 commit comments

Comments
 (0)