Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ruevaughn/d0138769ca9c550eb9977e580eac1626 to your computer and use it in GitHub Desktop.

Select an option

Save ruevaughn/d0138769ca9c550eb9977e580eac1626 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