safari-data
Tool for getting local data from Safari browser (cookies, local storage).
Disclaimer: This tool is limited to debug and security research only, and the user assumes all legal and related responsibilities arising from its use! The author assumes no legal responsibility!
Usage (command line)
Executable accepts args:
-data
cookies | storage | all (default "all")
-format # output format
json | stdout (default "json")
Video
safari-video-new.mp4
Build executable
git clone https://github.com/dneprDroid/safari-data.git
cd safari-data/cmd
go build