Updated README.md

updated typos

added 'easy time' upgrade to log filtering
This commit is contained in:
Ar1ste1a
2025-05-16 20:50:43 -04:00
parent 0b5a4bfea0
commit 61e777e379
+1 -1
View File
@@ -213,6 +213,7 @@ dehasher whois -d google.com -s
## 📊 Database Querying
Dehasher stores query results in a local database.
This database can be queried for previous results.
This is useful for when you want to query for specific information.
This database also includes WhoIs Information and Subdomain Scan results, but does **not** include historical lookups.
## Simple Query
@@ -224,7 +225,6 @@ This database also includes WhoIs Information and Subdomain Scan results, but do
![Alt text](.img/simple_where.png "Simple Query")
Dehasher supports querying the database for previous results.
This is useful for when you want to query for specific information.
```bash
# Query the database for all results containing the word 'admin' in the username
dehasher query -t results -q "username LIKE '%admin%'"