Tool for managing Safari cookies
Go to file
2014-07-23 18:12:08 +02:00
.gitignore Initial commit 2014-07-23 17:56:40 +02:00
cookie.py Add script 2014-07-23 18:12:08 +02:00
README.md Add section usage 2014-07-23 18:09:42 +02:00

safari-cookie

A Tool for managing Safari cookies

Info

Parse and write .binaryCookies format used by Safari and other iOS/OSX applications. You can filter cookies by domain name using a blacklist or whitelist or dump the data and export in other formats.

Usage

See python cookie.py -h for help on usage.

License

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html

Parsing is based on this SecurityLean's article. Thanks to Satishb3.