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 717799c commit 20ea56eCopy full SHA for 20ea56e
modules/auxiliary/server/capture/smb.rb
@@ -74,7 +74,7 @@ def initialize
74
def run
75
@s_smb_esn = datastore['SMB_EXTENDED_SECURITY']
76
@s_ntlm_esn = datastore['NTLM_UseNTLM2_session']
77
- @s_gss_neg = datastore['USE_GSS_NEGOCIATION']
+ @s_gss_neg = datastore['USE_GSS_NEGOTIATION']
78
@domain_name = datastore['DOMAIN_NAME']
79
80
@s_GUID = [Rex::Text.rand_text_hex(32)].pack('H*')
0 commit comments