Skip to content

Commit 3e396ce

Browse files
committed
Deregister KrbCacheMode because it's ignored
1 parent 5d748b9 commit 3e396ce

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
@@ -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')

0 commit comments

Comments
 (0)