Information Technology Reference
In-Depth Information
Cookies
Cookies can be recovered from /private/var/mobile/Library/Cookies/
Cookies.binarycookies . This file is a standard binary file that contains cookies
saved when web pages are accessed on the device. This information can be a good indica-
tion of what websites the user has been actively visiting.
To convert the binary cookie to human readable format, run the BinaryCookieRead-
er.py Python script on the cookie file, as shown in the following command. The Python
script source code is available in the code bundle of the topic.
$python BinaryCookieReader.py Cookies.binarycookies
Cookie :
__utma=167051323.813879307.1359034257.1367989551.1386632713.9;
domain=.testflightapp.com; path=/; expires=Wed, 09 Dec 2015;
Cookie : __utmb=167051323.24.8.1386633092975;
domain=.testflightapp.com; path=/; expires=Tue, 10 Dec 2013;
Cookie :
__utmz=167051323.1386632713.9.1.utmcsr=(direct)|utmccn=(direct)|utmcm
d=(none); domain=.testflightapp.com; path=/; expires=Tue, 10
Jun 2014;
Cookie : tfapp=1d29da4a798a90186f1d4bfce3ce2f23;
domain=.testflightapp.com; path=/; expires=Thu, 09 Feb 2017;
Cookie : user_segment=Prospect; domain=.testflightapp.com;
path=/; expires=Wed, 08 Jan 2014; [...]
Search WWH ::




Custom Search