Skip to content

Commit

Permalink
reverting change on kerberosv5.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Mar 19, 2024
1 parent f98daa5 commit b560ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impacket/krb5/kerberosv5.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def getKerberosTGS(serverName, domain, kdcHost, tgt, cipher, sessionKey):
int(constants.EncryptionTypes.des3_cbc_sha1_kd.value),
int(constants.EncryptionTypes.des_cbc_md5.value),
int(cipher.enctype)
)
)
)

message = encoder.encode(tgsReq)
Expand Down

0 comments on commit b560ec7

Please sign in to comment.