FRIDA for iOS app penetration testing
This page is going to document all my FRIDA hooking journey against iOS application
Required Tools
Frida
let you inject snippets of JS
Objection
a runtime mobile exploration toolkit, help you to do the basic security assesment, such as disable cert-pin.
Preparation
Get your pentest machine with frida and objection
Basic Usage
Check device connectivity
List installed application
Attach to a process
Inject objection into the process, it gives you a set of toolkits provided by objection
Last updated
Was this helpful?