Skip to content

Commit c522635

Browse files
committed
Un-login-able should be print_status, not good
1 parent bb35254 commit c522635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/smb/smb_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def run_host(ip)
101101
@scanner.scan! do |result|
102102
case result.status
103103
when :correct
104-
print_brute :level => :good, :ip => ip, :msg => "Correct credentials, but unable to login: '#{result.credential}', #{result.proof.error_name}"
104+
print_brute :level => :status, :ip => ip, :msg => "Correct credentials, but unable to login: '#{result.credential}', #{result.proof.error_name}"
105105
report_creds(ip, rport, result)
106106
:next_user
107107
when :success

0 commit comments

Comments
 (0)