Skip to content

Commit 26e4ce4

Browse files
committed
use kdchost
1 parent 905f636 commit 26e4ce4

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
@@ -527,7 +527,7 @@ def pfx_auth(self):
527527
creds = ccache.getCredential(principal)
528528
if creds is not None:
529529
tgt = creds.toTGT()
530-
dumper = GETPAC(username, self.domain, self.domain, key, tgt)
530+
dumper = GETPAC(username, self.domain, self.kdcHost, key, tgt)
531531
nthash = dumper.dump()
532532
if not self.kerberos:
533533
self.hash_login(self.domain, username, nthash)

0 commit comments

Comments
 (0)