Skip to content

Commit 357fd1b

Browse files
author
jvazquez-r7
committed
add peer info to print_error message
1 parent 201f776 commit 357fd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/clansphere_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def run_host(ip)
6363
})
6464

6565
if res and res.body =~ /^Fatal error\:/
66-
print_error("Unable to read '#{datastore['FILE']}', possibily because:")
66+
print_error("#{peer} - Unable to read '#{datastore['FILE']}', possibily because:")
6767
print_error("\t1. File does not exist.")
6868
print_error("\t2. No permission.")
6969
print_error("\t3. #{ip} isn't vulnerable to null byte poisoning.")

0 commit comments

Comments
 (0)