diff --git a/mvt/ios/modules/mixed/locationd.py b/mvt/ios/modules/mixed/locationd.py index 1a61207..6784fdb 100644 --- a/mvt/ios/modules/mixed/locationd.py +++ b/mvt/ios/modules/mixed/locationd.py @@ -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):