From bbcd2927590e893c12fddb2c805a7650b00a0ae6 Mon Sep 17 00:00:00 2001 From: azoxlpf <213314124+azoxlpf@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:41:47 +0100 Subject: [PATCH] use kdcHost only for dc_ip --- nxc/modules/certipy-find.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nxc/modules/certipy-find.py b/nxc/modules/certipy-find.py index 4192d920..3a5e0c14 100644 --- a/nxc/modules/certipy-find.py +++ b/nxc/modules/certipy-find.py @@ -80,7 +80,7 @@ class NXCModule: nthash=connection.nthash, do_kerberos=connection.kerberos, aes=connection.aesKey, - dc_ip=connection.kdcHost or connection.host, + dc_ip=connection.kdcHost, target_ip=connection.host, ldap_port=connection.port, ldap_scheme="ldaps" if connection.port == 636 else "ldap",