Skip to content

Instantly share code, notes, and snippets.

@rohan-cce
Created December 11, 2020 10:42
Show Gist options
  • Save rohan-cce/11e014904aaa6d4cbdbbc4d32459266f to your computer and use it in GitHub Desktop.
Save rohan-cce/11e014904aaa6d4cbdbbc4d32459266f to your computer and use it in GitHub Desktop.
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