Skip to content

Commit 4a3f3e3

Browse files
committed
use kdchost
1 parent 26e4ce4 commit 4a3f3e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/helpers/pfx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def pfx_auth(self):
509509
req = ini.build_asreq(self.domain, username)
510510
self.logger.info("Requesting TGT")
511511

512-
sock = KerberosClientSocket(KerberosTarget(self.domain))
512+
sock = KerberosClientSocket(KerberosTarget(self.kdcHost))
513513
try:
514514
res = sock.sendrecv(req)
515515
except Exception as e:

0 commit comments

Comments
 (0)