Cookies Steller is a Python script for extracting and managing cookies from the Firefox cookies.sqlite
database.
- Cookie Extraction: Extract cookies from Firefox's
cookies.sqlite
database. - Filtering: Filter cookies by domain, name, or expiration date.
- Saving: Save extracted cookies to a text file for further analysis.
- Python 3.x
- SQLite3
-
**Clone the repository:**x
git clone https://github.com/cyberfantics/cookies-steller.git cd cookies-steller
-
Run the script:
python cookies=steller.py
Follow the on-screen prompts to extract and save cookies.
- Options:
- Modify cookies_to_extract dictionary in cookies-steller.py to specify cookies you want to extract.
- Customize date filters or other criteria in the script as needed.
Syed Mansoor ul Hassan Bukhari