Skip to content

Commit 20ea56e

Browse files
committed
fixed type @wchen-r7 found
hopefully didn't miss any others
1 parent 717799c commit 20ea56e

File tree

1 file changed

+1
-1
lines changed
  • modules/auxiliary/server/capture

1 file changed

+1
-1
lines changed

modules/auxiliary/server/capture/smb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def initialize
7474
def run
7575
@s_smb_esn = datastore['SMB_EXTENDED_SECURITY']
7676
@s_ntlm_esn = datastore['NTLM_UseNTLM2_session']
77-
@s_gss_neg = datastore['USE_GSS_NEGOCIATION']
77+
@s_gss_neg = datastore['USE_GSS_NEGOTIATION']
7878
@domain_name = datastore['DOMAIN_NAME']
7979

8080
@s_GUID = [Rex::Text.rand_text_hex(32)].pack('H*')

0 commit comments

Comments
 (0)