-
-
Save ruevaughn/d0138769ca9c550eb9977e580eac1626 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Here’s a quick tip to find forgotten database dumps using this small but quick fuzz list: | |
| /back.sql | |
| /backup.sql | |
| /accounts.sql | |
| /backups.sql | |
| /clients.sql | |
| /customers.sql | |
| /data.sql | |
| /database.sql | |
| /database.sqlite | |
| /users.sql | |
| /db.sql | |
| /db.sqlite | |
| /db_backup.sql | |
| /dbase.sql | |
| /dbdump.sql | |
| setup.sql | |
| sqldump.sql | |
| /dump.sql | |
| /mysql.sql | |
| /sql.sql | |
| /temp.sql | |
| Old database dumps may contain all kinds of interesting information – user credentials, configuration settings, secrets and api keys, customer data and more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment