Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ares-21/cookiemonster
A python script to collect and save all the cookies of any browser
https://github.com/ares-21/cookiemonster
cookie cookiestealer cybersecurity cybersecurity-tools hacking-tool hacking-tools offensive-security open-source pentest pentest-tool pentesting pentesting-tools redteam-tools sessionstorage
Last synced: about 1 month ago
JSON representation
A python script to collect and save all the cookies of any browser
- Host: GitHub
- URL: https://github.com/ares-21/cookiemonster
- Owner: Ares-21
- Created: 2024-11-05T12:33:52.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T19:10:45.000Z (about 1 month ago)
- Last Synced: 2024-11-15T20:20:19.327Z (about 1 month ago)
- Topics: cookie, cookiestealer, cybersecurity, cybersecurity-tools, hacking-tool, hacking-tools, offensive-security, open-source, pentest, pentest-tool, pentesting, pentesting-tools, redteam-tools, sessionstorage
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CookieMonster
Collect all the cookies saved in the browser, this is a post-exploitation tool useful to gain access to the victim sessions of all the saved cookies in the browser
## Screenshots
![App Screenshot](https://github.com/user-attachments/assets/7e8631ac-4e89-428b-8195-b743005101dd)
## Installation
To install and run this project:
```bash
git clone https://github.com/Ares-21/CookieMonster.git
cd CookieMonster
pip install -r requirements.txt
python3 cookiemonster.py
```
If the dependancies could not be installed, create a virtual enviornment:```bash
python3 -m venv ~/path/to/CookieMonster/venv
source ~/path/to/CookieMonster/venv/bin/activate
pip install -r requirements.txt
python3 cookiemonster.py
```