Skip to content

Commit d407787

Browse files
committed
Land rapid7#7850, Provide more informative error messages when the ipbloard_login scanner module fails to connect (fixes rapid7#7849)
2 parents b94eefe + b4d3e9d commit d407787

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)