Skip to content

Commit b4d3e9d

Browse files
committed
This closes rapid7#7849 on the confusing message.
Use result.proof which has the right message. Thanks to Wei for pointing it
1 parent b94eefe commit b4d3e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/ipboard_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def run_host(ip)
6464
:next_user
6565
when Metasploit::Model::Login::Status::UNABLE_TO_CONNECT
6666
if datastore['VERBOSE']
67-
print_brute :level => :verror, :ip => ip, :msg => "Could not connect"
67+
print_brute :level => :verror, :ip => ip, :msg => result.proof
6868
end
6969
invalidate_login(credential_data)
7070
:abort

0 commit comments

Comments
 (0)