Initial commit
This commit is contained in:
parent
208395cec2
commit
1bc72785f0
16
README.md
16
README.md
@ -1,4 +1,14 @@
|
||||
safari-cookie
|
||||
=============
|
||||
# safari-cookie
|
||||
## A Tool for managing Safari cookies
|
||||
|
||||
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.
|
||||
|
||||
### 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](http://www.securitylearn.net/2012/10/27/cookies-binarycookies-reader/) SecurityLean's article.
|
||||
Thanks to Satishb3.
|
||||
|
Loading…
Reference in New Issue
Block a user