Fix KRB_AP_SKEW(Clock skew too great) error
sudo timedatectl set-ntp false
sudo rdate -n <ip_address>
sudo ntpdate <ip_address>Other Way:
faketime "$(ntpdate -q domain | cut -d ' ' -f 1,2)" <command_here>Example:
faketime "$(ntpdate -q domain | cut -d ' ' -f 1,2)" impacket-GetUserSPNs -dc-ip 172.16.5.5 INLANEFREIGHT.LOCAL/<account>