From 61e777e37941289c346757b9e87adb1085915b48 Mon Sep 17 00:00:00 2001 From: Ar1ste1a <107807560+Ar1ste1a@users.noreply.github.com> Date: Fri, 16 May 2025 20:50:43 -0400 Subject: [PATCH] Updated README.md updated typos added 'easy time' upgrade to log filtering --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1326524..73510a4 100644 --- a/README.md +++ b/README.md @@ -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%'"