Skip to content

intfract/chrome-hacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Chrome Hacker

Chrome Password Grabber for Windows

This repository was made for educational purposes only!

Usage

Install Dependencies

pip install pywin32
pip install pycryptodomex

Config

A config.json file is required if SHOULD_POST is set to True. The file must contain a key property with your endpoint's API key or token. You can always modify the code to suit your needs.

Run Python File

Make sure you are in the same directory as your python file before you run this command.

python main.py

Output

A details.csv file will be generated in your current directory with a table of all URLs, usernames, and passwords.

If SHOULD_POST is set to true, then the program will also post all the data to your API_ENDPOINT of choice.

Credits

This project was based off the Decrypt Chrome Passwords repository.