Webkit

Définition

The WebKit cache is also being stored in the Cache.db file. Objection can open and interact with the database with the command sqlite connect Cache.db, as it is a normal SQLite database.

This database can contain sensitive data, if tokens, usernames or any other sensitive information has been cached. To find the cached information open the data directory of the app

# /var/mobile/Containers/Data/Application/<UUID>) and go to /Library/Caches/<Bundle Identifier>

Last updated