Small python tool designed to grab all the cookies from browsers
- Python 3.x
- Windows OS
You can use the script with no extra arguments by using python main.py. This will create a file cookies.json will all cokkies from Google Chrome.
If there is a need to change any setting run python main.py -h to see available options
This script is useful when used together with InstagramDMScraper as the cookie sessionid from instagram is needed
So far, the script only supports Chrome because it's the only browser (so far) that encrypts the cookies values.
This script decrypts everything and outputs it nicely to a json file
This must be ran at the target pc. If ran from another computer with the Cookies file from a different one, it won't work.