Safari/iOS cookies....
 
Notifications
Clear all

Safari/iOS cookies.binarycookies reader

2 Posts
2 Users
0 Reactions
2,556 Views
(@satishb3)
Active Member
Joined: 13 years ago
Posts: 6
Topic starter  

Safari browser and iOS applications store the persistent cookies in Cookies.binarycookies file. Currently there is no tool available to read the cookies from this file. So I wrote a python script (BinaryCookieReader.py), to extract the cookies from Cookies.binarycookies files.

Cookies.binarycookies file structure and BinaryCookieReader is available at -

http//www.securitylearn.net/2012/10/27/cookies-binarycookies-reader/


   
Quote
(@alexc)
Reputable Member
Joined: 16 years ago
Posts: 301
 

Safari browser and iOS applications store the persistent cookies in Cookies.binarycookies file. Currently there is no tool available to read the cookies from this file. So I wrote a python script (BinaryCookieReader.py), to extract the cookies from Cookies.binarycookies files.

Cookies.binarycookies file structure and BinaryCookieReader is available at -

http//www.securitylearn.net/2012/10/27/cookies-binarycookies-reader/

Thanks for the script and documentation of the format - always good to see people contributing to the community ). It's a typically weird Apple format, what with the size-map and the switch in endianess part way through the file (which I've never been able to think of a rationalisation for).

However there is a tool available which parses these files and other cookie formats Dunk (http//www.cclgroupltd.com/Buy-Software/dunk-web-cookie-analysis-tool.html). It does some other neat stuff with parsing the contents of known cookie formats. There is an update due shortly which adds more more formats and a few new features.


   
ReplyQuote
Share: