Chrome Password Grabber for Windows
This repository was made for educational purposes only!
pip install pywin32
pip install pycryptodomexA 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.
Make sure you are in the same directory as your python file before you run this command.
python main.pyA 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.
This project was based off the Decrypt Chrome Passwords repository.