You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/auxiliary/server/capture/smb.rb
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,10 @@ def initialize
61
61
62
62
register_advanced_options(
63
63
[
64
-
OptBool.new("SMB_EXTENDED_SECURITY",[true,"Use smb extended security negociation, when set client will use ntlmssp, if not then client will use classic lanman authentification",false]),
65
-
OptBool.new("NTLM_UseNTLM2_session",[true,"Activate the 'negociate NTLM2 key' flag in NTLM authentication. " +
66
-
"When SMB extended security negociation is set, client will use ntlm2_session instead of ntlmv1 (default on win 2K and above)",false]),
67
-
OptBool.new("USE_GSS_NEGOCIATION",[true,"Send a gss_security blob in smb_negociate response when SMB extended security is set. " +
64
+
OptBool.new("SMB_EXTENDED_SECURITY",[true,"Use smb extended security negotiation, when set client will use ntlmssp, if not then client will use classic lanman authentification",false]),
65
+
OptBool.new("NTLM_UseNTLM2_session",[true,"Activate the 'negotiate NTLM2 key' flag in NTLM authentication. " +
66
+
"When SMB extended security negotiate is set, client will use ntlm2_session instead of ntlmv1 (default on win 2K and above)",false]),
67
+
OptBool.new("USE_GSS_NEGOTIATION",[true,"Send a gss_security blob in smb_negotiate response when SMB extended security is set. " +
68
68
"When this flag is not set, Windows will respond without gss encapsulation, Ubuntu will still use gss.",true]),
69
69
OptString.new('DOMAIN_NAME',[true,"The domain name used during smb exchange with smb extended security set ","anonymous"])
0 commit comments