Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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


Developed on Kali
Python

## 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
```