fixed type @wchen-r7 found

hopefully didn't miss any others
bug/bundler_fix
Rob Fuller 2012-12-11 15:29:53 -05:00
parent 717799cffd
commit 20ea56e4b9
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class Metasploit3 < Msf::Auxiliary
def run
@s_smb_esn = datastore['SMB_EXTENDED_SECURITY']
@s_ntlm_esn = datastore['NTLM_UseNTLM2_session']
@s_gss_neg = datastore['USE_GSS_NEGOCIATION']
@s_gss_neg = datastore['USE_GSS_NEGOTIATION']
@domain_name = datastore['DOMAIN_NAME']
@s_GUID = [Rex::Text.rand_text_hex(32)].pack('H*')