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 c4ffd7a commit ee5d91fCopy full SHA for ee5d91f
modules/exploits/linux/http/f5_icall_cmd.rb
@@ -217,7 +217,7 @@ def check
217
if res && res.code == 500 && res.body =~ /path is empty/
218
return Exploit::CheckCode::Appears
219
elsif res && res.code == 401
220
- print_error('401 Unauthorized')
+ print_warning("HTTP/#{res.proto} #{res.status} #{res.message} -- incorrect USERNAME or PASSWORD?")
221
return Exploit::CheckCode::Unknown
222
else
223
return Exploit::CheckCode::Safe
0 commit comments