Educational Credential & Wi-Fi Recovery Tool
This project is built purely for educational and ethical testing purposes. It demonstrates how saved credentials (from Chrome and Edge) and Wi-Fi passwords can be retrieved on a Windows system β only when the user has permission to do so.
This tool is strictly for educational use only. Do not use it on systems you do not own or without explicit permission. The authors will not be responsible for any misuse or damage caused by this script.
- G Abhiram
- Chirag Anil Ramamurthy
- Extract saved Wi-Fi SSIDs and passwords
- Decrypt Chrome and Edge browser credentials using system's DPAPI and AES
- Format all output in a clean, readable report
- Fully offline and Python-native
Install the following Python packages before running:
pip install -r requirements.txt