Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mac4n6/iOS-Frequent-Locations-Dumper
Dump the iOS Frequent Location binary plist files
https://github.com/mac4n6/iOS-Frequent-Locations-Dumper
Last synced: 3 months ago
JSON representation
Dump the iOS Frequent Location binary plist files
- Host: GitHub
- URL: https://github.com/mac4n6/iOS-Frequent-Locations-Dumper
- Owner: mac4n6
- Created: 2015-12-21T02:11:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T16:34:33.000Z (about 6 years ago)
- Last Synced: 2024-02-15T01:35:21.550Z (9 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 69
- Watchers: 11
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ForensicsTools - iOS Frequent Locations Dumper - Dump the contents of the StateModel#.archive files located in /private/var/mobile/Library/Caches/com.apple.routined/ (Challenges / Mobile Forensics)
README
# iOS Frequent Locations Dumper
Dump the contents of the StateModel#.archive files located in /private/var/mobile/Library/Caches/com.apple.routined/## Usage:
`python dump_freq_locs.py -output {k, c, e} `## Output Options:
* k - KML
* c - CSV
* e - Everything (KML & CSV)## Dependencies:
* hexdump.py: https://pypi.python.org/pypi/hexdump
* ccl_bplist.py: https://github.com/cclgroupltd/ccl-bplist## Sample Output:
sample_dump_freq_locs.txt - Sample script output## Related Information:
http://www.mac4n6.com/blog/2015/12/20/parsing-the-ios-frequent-locations