iOS Testing Using Objection
Install Objection:
Check install apps using Frida:
If USB connection:
If remote host connection:
Start Objection and Attach to Process:
Using USB connection:
Using Remote Connection:
DISABLE CERTIFICATE PINNING
INSPECT BINARY INFO
DUMP THE APP KEYCHAIN
EXPLORE THE APP STRUCTURE
CHECK FOR OTHER DATA STORES FOR SENSITIVE INFORMATION
TROUBLESHOOTING
If you receive the following error you will need to go to Settings -> Profiles & Device Management and verify the app.
Unable to connect to the frida server: unable to launch iOS app: The operation couldn’t be completed. Unable to launch com.myapp because it has an invalid code signature, inadequate entitlements or its profile has not been explicitly trusted by the user.
Last updated