Skip to content

Commit

Permalink
last changes for tonight
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Mar 18, 2024
1 parent 2da6e17 commit 9580ea9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions impacket/krb5/gssapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ def GSS_Wrap(self, sessionKey, data, sequenceNumber, direction='init', encrypt=T

cipher = self.cipherType()

if confounder is None:
confounder = b(''.join([rand.choice(string.ascii_letters) for _ in range(8)]))

if padding:
padStr = padding
pad = len(padding)
Expand Down

0 comments on commit 9580ea9

Please sign in to comment.