Skip to content

Commit

Permalink
use kdchost
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn committed Jan 7, 2025
1 parent 26e4ce4 commit 4a3f3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxc/helpers/pfx.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def pfx_auth(self):
req = ini.build_asreq(self.domain, username)
self.logger.info("Requesting TGT")

sock = KerberosClientSocket(KerberosTarget(self.domain))
sock = KerberosClientSocket(KerberosTarget(self.kdcHost))
try:
res = sock.sendrecv(req)
except Exception as e:
Expand Down

0 comments on commit 4a3f3e3

Please sign in to comment.