iOS Testing Using Objection
Install Objection:
pip3 install objectionCheck install apps using Frida:
If USB connection:
frida-ps -UaiIf remote host connection:
frida-ps -H 192.16.1.20Start Objection and Attach to Process:
Using USB connection:
~$ objection -g com.client.mytestapp exploreUsing Remote Connection:
──(root㉿kali)-[~]
└─# objection -N -h 192.168.1.20 -g com.incode.my.app exploreDISABLE CERTIFICATE PINNING
[usb] # ios sslpinning disable --quietINSPECT BINARY INFO
DUMP THE APP KEYCHAIN
EXPLORE THE APP STRUCTURE
CHECK FOR OTHER DATA STORES FOR SENSITIVE INFORMATION
TROUBLESHOOTING
Last updated