Added additional locationd path

This commit is contained in:
Nex 2021-09-07 15:18:00 +02:00
parent 969b5cc506
commit 80a670273d

View File

@ -14,6 +14,7 @@ LOCATIOND_BACKUP_IDS = [
]
LOCATIOND_ROOT_PATHS = [
"private/var/mobile/Library/Caches/locationd/clients.plist",
"private/var/root/Library/Caches/locationd/clients.plist"
]
class LocationdClients(IOSExtraction):