diff options
| author | 5epi0l <91630053+5epi0l@users.noreply.github.com> | 2025-11-18 08:13:18 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-18 08:13:18 +0530 |
| commit | 183ae5ee94eeea476c269ecffc51e993d86dcda8 (patch) | |
| tree | 13c9098ca546021b1c2474aecced398a4263e765 /FixTime | |
| parent | fa87370bfb22c46fd27e7dd4177710f25d17e6f5 (diff) | |
Update README.md
Diffstat (limited to 'FixTime')
| -rw-r--r-- | FixTime/README.md | 8 |
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 ``` --- |
