Created
December 11, 2020 10:42
-
-
Save rohan-cce/11e014904aaa6d4cbdbbc4d32459266f 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