Safari browser and iOS applications store the persistent cookies in a binary file names Cookies.binarycookies.BinaryCookieReader is used to dump all the cookies from the binary Cookies.binarycookies file.
Originally written By Satishb3 ([email protected]) of http://www.securitylearn.net.
#*******************************************************************************#
# BinaryCookieReader: Written By Satishb3 (http://www.securitylearn.net) #
# #
# For any bug fixes contact me: [email protected] #
# #
# Usage: Python BinaryCookieReader.py Cookie.Binarycookies-FilePath #
# #
# Safari browser and iOS applications store the persistent cookies in a binary #
# file names Cookies.binarycookies.BinaryCookieReader is used to dump all the #
# cookies from the binary Cookies.binarycookies file. #
# #
#*******************************************************************************#
Posted to http://securitylearn.net/wp-content/uploads/tools/iOS/BinaryCookieReader.py. Original script was written for Python 2.
I've updated the script to be compatible with Python 3. Tested against Python 3.9.1.