🎉 init
This commit is contained in:
commit
1429089795
5 changed files with 2651 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue