Update ntlm.py

This commit is contained in:
Sylvain Peyrefitte
2015-03-05 22:53:13 +01:00
parent 0695825d98
commit b57b3d7398

View File

@@ -683,9 +683,9 @@ if __name__ == "__main__":
ClientChallenge = temp[16:24]
EncryptedRandomSessionKey = authenticate.getEncryptedRandomSession()
domain = "siradel"
user = "speyrefitte"
password = "spe+99@12"
domain = ""
user = ""
password = ""
ResponseKeyNT = NTOWFv2(password, user, domain)
ResponseKeyLM = LMOWFv2(password, user, domain)
@@ -711,4 +711,4 @@ if __name__ == "__main__":
print "EncryptedPubKeySrc"
hexdump.hexdump(EncryptedPubKeySrc)
print "EncryptedPubKeyDst"
hexdump.hexdump(EncryptedPubKeyDst)
hexdump.hexdump(EncryptedPubKeyDst)