File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/auxiliary/scanner/smb Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def initialize
6767 ]
6868 )
6969
70- options_to_deregister = %w[ USERNAME PASSWORD CommandShellCleanupCommand AutoVerifySession ]
70+ options_to_deregister = %w[ USERNAME PASSWORD CommandShellCleanupCommand AutoVerifySession KrbCacheMode ]
7171
7272 if framework . features . enabled? ( Msf ::FeatureManager ::SMB_SESSION_TYPE )
7373 add_info ( 'New in Metasploit 6.4 - The %grnCreateSession%clr option within this module can open an interactive session' )
@@ -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
You can’t perform that action at this time.
0 commit comments