Updated README.md

updated typos

added 'easy time' upgrade to log filtering
This commit is contained in:
Ar1ste1a
2025-05-16 20:53:53 -04:00
parent fccb213cf3
commit ad4c9197a2
+11 -10
View File
@@ -284,16 +284,6 @@ dehasher export -t results -q "username LIKE '%admin%'" -o admins_file -f txt
Dehasher uses the `zap` logging library for logging. The logs are stored in `~/.local/share/Dehasher/logs`.
The logs can be easily queried from the Dehasher CLI.
```bash
# Show the last 10 logs
dehasher logs -l 10
# Show logs from the last 24 hours
dehasher logs -s "last 24 hours"
# Show logs from the last 24 hours with a severity of error or fatal
dehasher logs -s "05-01-2025" -v error,fatal
```
### Logs Dates
#### Dehasher utilized 'easy time' to determine the appropriate time for a given query.
@@ -312,6 +302,17 @@ dehasher logs -s "05-01-2025" -v error,fatal
- `05-01-25`
- `May 01, 2025`
```bash
# Show the last 10 logs
dehasher logs -l 10
# Show logs from the last 24 hours
dehasher logs -s "last 24 hours"
# Show logs from the last 24 hours with a severity of error or fatal
dehasher logs -s "05-01-2025" -v error,fatal
```
## 🎉 Sample Run
```bash
ar1ste1a@kali:~$ dehasher api -D <redacted>.com -o <redacted> -f json