We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201f776 commit 357fd1bCopy full SHA for 357fd1b
modules/auxiliary/scanner/http/clansphere_traversal.rb
@@ -63,7 +63,7 @@ def run_host(ip)
63
})
64
65
if res and res.body =~ /^Fatal error\:/
66
- print_error("Unable to read '#{datastore['FILE']}', possibily because:")
+ print_error("#{peer} - Unable to read '#{datastore['FILE']}', possibily because:")
67
print_error("\t1. File does not exist.")
68
print_error("\t2. No permission.")
69
print_error("\t3. #{ip} isn't vulnerable to null byte poisoning.")
0 commit comments