diff options
| author | jaytiwari05 <www.jaytiwari2121@gmail.com> | 2025-11-16 06:40:34 +0530 |
|---|---|---|
| committer | jaytiwari05 <www.jaytiwari2121@gmail.com> | 2025-11-16 06:40:34 +0530 |
| commit | 2e91655f3e01e6943f2c8d2cb0de5a880a226e4c (patch) | |
| tree | 0919054e5f4056c9a35d66957d31b9471047084a /FixTime | |
| parent | d75f667ba760c659443bd8edb0e479a466e6aa95 (diff) | |
Added a README
Diffstat (limited to 'FixTime')
| -rw-r--r-- | FixTime/README.md | 14 | ||||
| -rw-r--r-- | 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 <IP> +sudo ./timefix <IP> ``` 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 <IP> +python3 timefix.py -u <IP> ``` 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" |
