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.
2 parents b94eefe + b4d3e9d commit d407787Copy full SHA for d407787
modules/auxiliary/scanner/http/ipboard_login.rb
@@ -64,7 +64,7 @@ def run_host(ip)
64
:next_user
65
when Metasploit::Model::Login::Status::UNABLE_TO_CONNECT
66
if datastore['VERBOSE']
67
- print_brute :level => :verror, :ip => ip, :msg => "Could not connect"
+ print_brute :level => :verror, :ip => ip, :msg => result.proof
68
end
69
invalidate_login(credential_data)
70
:abort
0 commit comments