This closes #7849 on the confusing message.
Use result.proof which has the right message. Thanks to Wei for pointing itbug/bundler_fix
parent
b94eefe724
commit
b4d3e9da8d
|
@ -64,7 +64,7 @@ class MetasploitModule < Msf::Auxiliary
|
|||
:next_user
|
||||
when Metasploit::Model::Login::Status::UNABLE_TO_CONNECT
|
||||
if datastore['VERBOSE']
|
||||
print_brute :level => :verror, :ip => ip, :msg => "Could not connect"
|
||||
print_brute :level => :verror, :ip => ip, :msg => result.proof
|
||||
end
|
||||
invalidate_login(credential_data)
|
||||
:abort
|
||||
|
|
Loading…
Reference in New Issue