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