Collect all the cookies saved in the browser, this is a post exploitation tool useful to gain access to the victims sessions of all the saved cookies in the browser
To install and run this project:
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:
python3 -m venv ~/path/to/CookieMonster/venv
source ~/path/to/CookieMonster/venv/bin/activate
pip install -r requirements.txt
python3 cookiemonster.py