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 3f3e681 commit a636971Copy full SHA for a636971
modules/auxiliary/scanner/http/clansphere_traversal.rb
@@ -63,7 +63,10 @@ def run_host(ip)
63
})
64
65
if res and res.body =~ /^Fatal error\:/
66
- print_error("Either '#{datastore['FILE']}' does not exist, or no permission.")
+ print_error("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.")
70
71
elsif res and res.code == 200
72
pattern_end = " UTC +1 - Load:"
0 commit comments