summaryrefslogtreecommitdiff
path: root/FixTime/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'FixTime/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
```
---