Update filenames

This commit is contained in:
Evan Hosinski
2025-05-15 21:22:21 -04:00
parent 85f315dafe
commit 93a5ce069d
3 changed files with 2 additions and 2 deletions

Before

Width:  |  Height:  |  Size: 966 KiB

After

Width:  |  Height:  |  Size: 966 KiB

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

+2 -2
View File
@@ -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