From 183ae5ee94eeea476c269ecffc51e993d86dcda8 Mon Sep 17 00:00:00 2001 From: 5epi0l <91630053+5epi0l@users.noreply.github.com> Date: Tue, 18 Nov 2025 08:13:18 +0530 Subject: Update README.md --- FixTime/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FixTime/README.md b/FixTime/README.md index 394c87d..c3fe42b 100644 --- a/FixTime/README.md +++ b/FixTime/README.md @@ -33,13 +33,13 @@ Perfect for pentesters doing Kerberos-based operations where precise time alignm ### **Bash Version** ```bash -sudo ./timefix +sudo ./fixtime ``` Example: ```bash -sudo ./timefix 10.10.10.5 +sudo ./fixtime 10.10.10.5 ``` --- @@ -47,13 +47,13 @@ sudo ./timefix 10.10.10.5 ### **Python Version** ```bash -python3 timefix.py -u +python3 fixtime.py -u ``` Example: ```bash -python3 timefix.py -u 10.10.10.5 +python3 fixtime.py -u 10.10.10.5 ``` --- -- cgit v1.2.3