Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mac4n6/Mac-Locations-Scraper
macOS/iOS database location scraper to extract location data
https://github.com/mac4n6/Mac-Locations-Scraper
Last synced: 3 months ago
JSON representation
macOS/iOS database location scraper to extract location data
- Host: GitHub
- URL: https://github.com/mac4n6/Mac-Locations-Scraper
- Owner: mac4n6
- Created: 2016-06-07T00:58:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T09:55:17.000Z (over 2 years ago)
- Last Synced: 2024-02-15T01:34:21.012Z (12 months ago)
- Language: Python
- Homepage: http://mac4n6.com
- Size: 6.84 KB
- Stars: 66
- Watchers: 6
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ForensicsTools - MacLocationsScraper - Dump the contents of the location database files on iOS and macOS. (Challenges / OS X Forensics)
README
# Mac Locations Scraper
Dump the contents of the location database files on iOS and macOS.
iOS:
===
/private/var/root/Library/Caches/locationd/
* cache_encryptedA.db
* lockCache_encryptedA.db
* cache_encryptedB.db/private/var/mobile/Library/Caches/com.apple.routined/
* cache_encryptedB.db
* CoreRoutine.sqlite (iOS 10)
macOS:
===
/var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/
* cache_encryptedA.db
* lockCache_encryptedA.dbUsage:
===
`python mac_locations_scraper.py -output {k, c, e} `Output Options:
===
* k - KML
* c - CSV
* e - Everything (KML & CSV)Requirements:
===
SimpleKML - https://simplekml.readthedocs.io/en/latest/Related Information:
===
http://www.mac4n6.com/