🎉 init

This commit is contained in:
JMARyA 2025-04-01 13:36:22 +02:00
commit 1429089795
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 2651 additions and 0 deletions

14
README.md Normal file
View file

@ -0,0 +1,14 @@
# CookieX
Extract cookies from your browser session
```
Usage: cookiex [OPTIONS] [DOMAINS]
Arguments:
[DOMAINS] List of domains to process
Options:
-b, --browser <BROWSER> The browser to extract cookies from [firefox / chromium / chrome]
-h, --help Print help
-V, --version Print version
```