Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberfantics/cookies-steller
https://github.com/cyberfantics/cookies-steller
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyberfantics/cookies-steller
- Owner: cyberfantics
- License: mit
- Created: 2024-07-17T18:19:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T18:24:59.000Z (6 months ago)
- Last Synced: 2024-07-17T22:36:55.134Z (6 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cookies Steller
Cookies Steller is a Python script for extracting and managing cookies from the Firefox `cookies.sqlite` database.
## Features
- **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.## Requirements
- Python 3.x
- SQLite3## Usage
1. **Clone the repository:**x
```bash
git clone https://github.com/cyberfantics/cookies-steller.git
cd cookies-steller
```2. **Run the script:**
```bash
python cookies=steller.py
```
**Follow the on-screen prompts to extract and save cookies.**3. **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.## Author
Syed Mansoor ul Hassan Bukhari