You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, using objection's command env need to install objection, patch the IPA, sign the application and this, for each application.
Currenly, iOSEnv is parsing applicationState.db file in order to get all this information easier:
$ python3 iosEnv.py
usage: iosEnv.py [-h] [--file FILE] [--app APP]
iOS installed application parser
optional arguments:
-h, --help show this help message and exit
--file FILE Specify the applicationState.db file
--app APP Focus on this specific application
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In https://mas.owasp.org/MASTG/iOS/0x06b-Basic-Security-Testing/#accessing-app-data-directories, it is written that "Using objection's command env will also show you all the directory information of the app. Connecting to the application with objection is described in the section "Recommended Tools - Objection"."
However, using objection's command env need to install objection, patch the IPA, sign the application and this, for each application.
Currenly, iOSEnv is parsing applicationState.db file in order to get all this information easier:
Once the file applicationState.db retrieved:
More informaton available here: https://github.com/rsenet/iosEnv
Beta Was this translation helpful? Give feedback.
All reactions