https://github.com/owlinux1000/bincookie
A simple tool to parse Cookies.binarycookies in iOS.
https://github.com/owlinux1000/bincookie
binary-cookie golang ios macos safari
Last synced: 20 days ago
JSON representation
A simple tool to parse Cookies.binarycookies in iOS.
- Host: GitHub
- URL: https://github.com/owlinux1000/bincookie
- Owner: owlinux1000
- Created: 2019-02-28T15:12:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T11:51:34.000Z (over 2 years ago)
- Last Synced: 2025-01-16T10:35:34.862Z (over 1 year ago)
- Topics: binary-cookie, golang, ios, macos, safari
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bincookie
## What's this
A simple tool to parse `Cookies.binarycookies` which is often found in iOS.
## Motivation
A parsing tool for binarycookies has already published such as [BinaryCookieReader](https://github.com/as0ler/BinaryCookieReader). However, this tools is implemented by Python2. So, I want to replace it.
## Feature
- The output is able to use with `curl`
## How to use
Install to use `go get` or download from Releases.
```
$ go get github.com/owlinux1000/bincookie
$ bincookie Cookies.binarycookies
# Netscape HTTP Cookie File
# This file was generated by owlinux1000's bincookie
# https://github.com/owlinux1000/bincookie
.example.com TRUE / FALSE 1550464816 session hogehogehogehoge
```