HomeSort by relevance Sort by last modified time
    Searched refs:exportedSessionKey (Results 1 - 3 of 3) sorted by null

  /external/curl/tests/python_dependencies/impacket/
ntlm.py 649 # exportedSessionKey = this is the key we should use to sign
650 exportedSessionKey = "".join([random.choice(string.digits+string.letters) for i in xrange(16)])
651 #exportedSessionKey = "A"*16
658 # exportedSessionKey = exportedSessionKey
661 # exportedSessionKey = exportedSessionKey[:7]
663 # exportedSessionKey = exportedSessionKey[:5]
666 # exportedSessionKey = exportedSessionKey[:7] + '\xa0
    [all...]
smb3.py 739 type3, exportedSessionKey = ntlm.getNTLMSSPType3(auth, respToken['ResponseToken'], user, password, domain, lmhash, nthash)
741 if exportedSessionKey is not None:
742 self._Session['SessionKey'] = exportedSessionKey
    [all...]
smb.py     [all...]

Completed in 306 milliseconds