๐Ÿš›Sensitive Data Exposure Cheat Sheet

Methodology

Web App

  • Right click the website and click on view source.

  • Look for any interesting file location and review the javascript files

  • Download the database file if any found.

Sqlite Database

Open Sqlite database

sqlite3 <database-name.db>

.tables

PRAGMA table_info(<table-name>);

SELECT * FROM <table-name>;

Crack Password Hashes

CrackStation

Last updated