Experiencing similar issues as outlined in #2 and #3
In my case, using -dc-ip with -k was causing an error due to the DC hostname not containing the FQDN to match my kerberos ticket.
Followed Impacket implementations of similar get_machine_name() methods to return the hostname with the FQDN:
Experiencing similar issues as outlined in #2 and #3 In my case, using
-dc-ip
with-k
was causing an error due to the DC hostname not containing the FQDN to match my kerberos ticket. Followed Impacket implementations of similarget_machine_name()
methods to return the hostname with the FQDN: