From 93a5ce069dc3db412ad94ad4b6a580118cb84f6f Mon Sep 17 00:00:00 2001 From: Evan Hosinski Date: Thu, 15 May 2025 21:22:21 -0400 Subject: [PATCH] Update filenames --- .img/{raw_query.png => raw_query_db.png} | Bin .img/{simple_query.png => simple_query_db.png} | Bin README.md | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename .img/{raw_query.png => raw_query_db.png} (100%) rename .img/{simple_query.png => simple_query_db.png} (100%) diff --git a/.img/raw_query.png b/.img/raw_query_db.png similarity index 100% rename from .img/raw_query.png rename to .img/raw_query_db.png diff --git a/.img/simple_query.png b/.img/simple_query_db.png similarity index 100% rename from .img/simple_query.png rename to .img/simple_query_db.png diff --git a/README.md b/README.md index 0788a5d..184bd4c 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ This database can be queried for previous results. This database also includes WhoIs Information and Subdomain Scan results, but does **not** include historical lookups. ## Simple Query -![Alt text](./.img/simple_query.png "Simple Query") +![Alt text](.img/simple_query_db.png "Simple Query") Dehasher supports querying the database for previous results. This is useful for when you want to query for specific information. @@ -192,7 +192,7 @@ dehasher query -t results -q "username LIKE '%admin%'" ## Raw SQL Queries -![Alt text](./.img/raw_query.png "Raw Query") +![Alt text](.img/raw_query_db.png "Raw Query") Dehasher also supports raw SQL queries. This is useful for when you want to query for specific information. ```bash