summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author5epi0l <91630053+5epi0l@users.noreply.github.com>2025-11-18 08:13:18 +0530
committerGitHub <noreply@github.com>2025-11-18 08:13:18 +0530
commit183ae5ee94eeea476c269ecffc51e993d86dcda8 (patch)
tree13c9098ca546021b1c2474aecced398a4263e765
parentfa87370bfb22c46fd27e7dd4177710f25d17e6f5 (diff)
Update README.md
-rw-r--r--FixTime/README.md8
1 files 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 <IP>
+sudo ./fixtime <IP>
```
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 <IP>
+python3 fixtime.py -u <IP>
```
Example:
```bash
-python3 timefix.py -u 10.10.10.5
+python3 fixtime.py -u 10.10.10.5
```
---