Skip to content

Commit 5d748b9

Browse files
committed
Fix a regression in smb_login
1 parent 59f1dd4 commit 5d748b9

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
@@ -178,7 +178,7 @@ def run_host(ip)
178178
realm: domain,
179179
username: datastore['SMBUser'],
180180
password: datastore['SMBPass'],
181-
ignore_private: datastore['SMB::Auth'] == Msf::Exploit::Remote::AuthOption::KERBEROS && !datastore['PASSWORD']
181+
nil_passwords: datastore['SMB::Auth'] == Msf::Exploit::Remote::AuthOption::KERBEROS && !datastore['PASSWORD']
182182
)
183183
cred_collection = prepend_db_hashes(cred_collection)
184184

0 commit comments

Comments
 (0)