Updated README.md
updated typos added 'easy time' upgrade to log filtering
This commit is contained in:
@@ -213,6 +213,7 @@ dehasher whois -d google.com -s
|
|||||||
## 📊 Database Querying
|
## 📊 Database Querying
|
||||||
Dehasher stores query results in a local database.
|
Dehasher stores query results in a local database.
|
||||||
This database can be queried for previous results.
|
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.
|
This database also includes WhoIs Information and Subdomain Scan results, but does **not** include historical lookups.
|
||||||
|
|
||||||
## Simple Query
|
## Simple Query
|
||||||
@@ -224,7 +225,6 @@ This database also includes WhoIs Information and Subdomain Scan results, but do
|
|||||||

|

|
||||||
|
|
||||||
Dehasher supports querying the database for previous results.
|
Dehasher supports querying the database for previous results.
|
||||||
This is useful for when you want to query for specific information.
|
|
||||||
```bash
|
```bash
|
||||||
# Query the database for all results containing the word 'admin' in the username
|
# Query the database for all results containing the word 'admin' in the username
|
||||||
dehasher query -t results -q "username LIKE '%admin%'"
|
dehasher query -t results -q "username LIKE '%admin%'"
|
||||||
|
|||||||
Reference in New Issue
Block a user