Updated README.md
updated typos added 'easy time' upgrade to log filtering
This commit is contained in:
@@ -223,8 +223,7 @@ This database also includes WhoIs Information and Subdomain Scan results, but do
|
|||||||
#### You may also add in a simple query using the `-q` flag. The following displays a 'LIKE' clause on the email column.
|
#### You may also add in a simple query using the `-q` flag. The following displays a 'LIKE' clause on the email column.
|
||||||
#### Note the '%\<clause\>%' is still required.
|
#### Note the '%\<clause\>%' is still required.
|
||||||

|

|
||||||
|
|
||||||
Dehasher supports querying the database for previous results.
|
|
||||||
```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