Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/illera88/gcc-stealer
Google Chrome Cookies Stealer. Steals Chrome cookies
https://github.com/illera88/gcc-stealer
hacking redteam redteam-tools redteaming
Last synced: about 4 hours ago
JSON representation
Google Chrome Cookies Stealer. Steals Chrome cookies
- Host: GitHub
- URL: https://github.com/illera88/gcc-stealer
- Owner: illera88
- Created: 2019-04-13T00:46:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T00:46:02.000Z (about 1 year ago)
- Last Synced: 2023-11-09T01:37:52.769Z (about 1 year ago)
- Topics: hacking, redteam, redteam-tools, redteaming
- Language: C++
- Homepage:
- Size: 42 KB
- Stars: 30
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Chrome Cookies Stealer (GCC-Stealer)
This tools aims to be a statically compiled binary that can decrypt the Chrome family browsers (Chrome, Brave and Chromium) cookies.At the moment it works on Windows and Linux.
## Usage
The tool must be run **in the same** system that the target browser is. Chrome uses a key derived from each system to encrypt the cookies so it's mandatory that the tool gets run on the same system to proceed to the correct cookies decryption.```
Usage: GCC-stealer.exe [options]Google Chrome Cookie Stealer (GCC-Stealer)
Optional arguments:
-h --help shows help message and exits [default: false]
-v --version prints version information and exits [default: false]
--json-print print a JSON structure with the decrypted cookies you can import in Cookie-Editor [default: false]
--json-file create a JSON file with the decrypted cookies you can import in Cookie-Editor [default: "cookies.json"]
--cookies-out path where to write decrypted cookies DB to [default: "Cookies_decrypted"]
--cookies-path tell GCC-Stealer where to look for the cookies DBIt must be run on the same system you want to decrypt the cookies from
```## Compilation
The project uses Github Actions as CI to build the tool. Check the action files to see compile instructions.