PApostol / CookieExtractor

Extracts all Chrome cookies found on host in a JSON file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookie Extractor

Extracts all Chrome cookies found on host in a JSON file.

Cookies can then be injected using the EditThisCookie Chrome extension.

Works on Windows, Linux and MacOS.

Requirements:

Usage:

python cookie_extractor.py

Compile Binaries

To compile to a single binary (e.g. executable), install pyinstaller and run:

pyinstaller --onefile cookie_extractor.py

Note that this will make the binary tied to the OS you create it on (e.g. running on Windows will create an .exe that can't run on Linux, and vice-versa).

About

Extracts all Chrome cookies found on host in a JSON file.


Languages

Language:Python 100.0%