Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Fix-time-difference

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> 

About

Fix KRB_AP_SKEW(Clock skew too great) error

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors