From 2e91655f3e01e6943f2c8d2cb0de5a880a226e4c Mon Sep 17 00:00:00 2001 From: jaytiwari05 Date: Sun, 16 Nov 2025 06:40:34 +0530 Subject: Added a README --- FixTime/README.md | 14 ++++++++++---- FixTime/fixtime.sh | 1 + 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/FixTime/README.md b/FixTime/README.md index 960febd..394c87d 100644 --- a/FixTime/README.md +++ b/FixTime/README.md @@ -1,3 +1,6 @@ + +--- + # **TimeFix – Kerberos Clock Skew Auto-Fix Toolkit** When attacking Windows domains (WinRM, Kerberos auth, Impacket, Evil-WinRM, etc.), you may hit the classic: @@ -30,13 +33,13 @@ Perfect for pentesters doing Kerberos-based operations where precise time alignm ### **Bash Version** ```bash -sudo ./fixtime +sudo ./timefix ``` Example: ```bash -sudo ./fixtime 10.10.10.5 +sudo ./timefix 10.10.10.5 ``` --- @@ -44,13 +47,13 @@ sudo ./fixtime 10.10.10.5 ### **Python Version** ```bash -python3 fixtime.py -u +python3 timefix.py -u ``` Example: ```bash -python3 fixtime.py -u http://10.10.10.5 +python3 timefix.py -u 10.10.10.5 ``` --- @@ -62,3 +65,6 @@ These scripts are designed for lab, CTF, and penetration-testing environments wh * Kerberos authentication breaks due to clock skew * NTP is disabled or not configurable * You need a fast, reliable way to sync with the target host + +--- + diff --git a/FixTime/fixtime.sh b/FixTime/fixtime.sh index 35348b0..cd29191 100644 --- a/FixTime/fixtime.sh +++ b/FixTime/fixtime.sh @@ -1,6 +1,7 @@ #!/bin/bash # Author : PaiN05 +# Date: 16/11/25 # --- CONFIGURATION --- WINRM_PORT="5985" -- cgit v1.2.3