We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f1dd4 commit 5d748b9Copy full SHA for 5d748b9
modules/auxiliary/scanner/smb/smb_login.rb
@@ -178,7 +178,7 @@ def run_host(ip)
178
realm: domain,
179
username: datastore['SMBUser'],
180
password: datastore['SMBPass'],
181
- ignore_private: datastore['SMB::Auth'] == Msf::Exploit::Remote::AuthOption::KERBEROS && !datastore['PASSWORD']
+ nil_passwords: datastore['SMB::Auth'] == Msf::Exploit::Remote::AuthOption::KERBEROS && !datastore['PASSWORD']
182
)
183
cred_collection = prepend_db_hashes(cred_collection)
184
0 commit comments