Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

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.

Notifications You must be signed in to change notification settings

ktnjared/BinaryCookieReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

BinaryCookieReader

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.

Origin

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.

Python 3

I've updated the script to be compatible with Python 3. Tested against Python 3.9.1.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages