From fccb213cf3cee168d76c6a23c53a156e0de1cd34 Mon Sep 17 00:00:00 2001 From: Ar1ste1a <107807560+Ar1ste1a@users.noreply.github.com> Date: Fri, 16 May 2025 20:51:29 -0400 Subject: [PATCH] Updated README.md updated typos added 'easy time' upgrade to log filtering --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 73510a4..7bd5477 100644 --- a/README.md +++ b/README.md @@ -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. #### Note the '%\%' is still required. ![Alt text](.img/simple_where.png "Simple Query") - -Dehasher supports querying the database for previous results. + ```bash # Query the database for all results containing the word 'admin' in the username dehasher query -t results -q "username LIKE '%admin%'"