cookey is an open source tool born for helping security professionals to understand the impacts related to the misuse of cookies. The purpose of the project is to raise awareness about the consequences on a malicious usage of these security elements and help security architects to implement proper mitigations.
Currently, the project is in alpha phase.
If you are interested and would like to contribute, feel free to join us ^^!
You can download the latest archive by clicking here.
Preferably, you can download cookey by cloning the Git repository:
gh repo clone D3vil0per/cookey
cookey has been tested with PowerShell version 5.1.
PS C:\> .\cookey.ps1 -Dump -Browser <Chrome|Firefox|Edge> -Domain <domain1,domain2,domain3,...> -CookieName <name1,name2,...>
The "Import" features does still not work. Some browsers store cookies in encrypted way so the results will be encrypted but the user can search for online programs to decrypt them.