Skip to content

Python script to display the contents of the an iOS Cache.db file.

Notifications You must be signed in to change notification settings

faffi/ioscachedump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iOS Cache Dump

Simple python script/library to display the contents of the iOS Cache.db file.

usage: iOS_cache_dump.py [-h] [-dump] [-o output] db

Python script to inspect iOS Cache.db files

positional arguments:
db                    Cache.db file to inspect

optional arguments:
  -h, --help            show this help message and exit
  -dump, --dump-blobs   dump request and response blobs associated with each
			cached response url
  -o output, --output output
			write the request and response blobs as plists in the
			format <entryid>.req and <entryid>.resp in the folder
			specified. default is output

default action is to dump request urls with their respective parameters

About

Python script to display the contents of the an iOS Cache.db file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages