Un-login-able should be print_status, not good

bug/bundler_fix
James Lee 2014-07-09 17:45:41 -05:00
parent bb3525419e
commit c5226352de
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class Metasploit3 < Msf::Auxiliary
@scanner.scan! do |result|
case result.status
when :correct
print_brute :level => :good, :ip => ip, :msg => "Correct credentials, but unable to login: '#{result.credential}', #{result.proof.error_name}"
print_brute :level => :status, :ip => ip, :msg => "Correct credentials, but unable to login: '#{result.credential}', #{result.proof.error_name}"
report_creds(ip, rport, result)
:next_user
when :success