Skip to content

Commit

Permalink
specifying serverName param in getKerberosTGT calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Sep 28, 2023
1 parent c31f771 commit fac2dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/GetUserSPNs.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def request_multiple_TGSs(self, usernames):
nthash=(self.__nthash),
aesKey=self.__aesKey,
kdcHost=self.__kdcHost,
service=username,
serverName=username,
kerberoast_no_preauth=True)
self.outputTGS(tgt, oldSessionKey, sessionKey, username, username, fd)
except Exception as e:
Expand Down

0 comments on commit fac2dd8

Please sign in to comment.