What it does
- Frida instrumentation: hooks ObjC and Swift methods at runtime, bypasses SSL pinning, traces method calls, and injects custom logic into running processes
- Full filesystem access: reads keychain entries, app sandbox data, preferences, SQLite databases, and any other filesystem artifacts
- Runtime inspection: inspects processes, analyzes memory, and performs code injection for deep behavioral analysis
- Root access: executes privileged commands via SSH on a jailbroken device for complete system-level visibility
- Traffic analysis: captures and analyzes network traffic with native crypto attack tools to test certificate validation and traffic security
- Static analysis: decompiles IPA files, extracts strings, and maps the application’s structure before dynamic testing begins
- OWASP Mobile Top 10 coverage: tests systematically against the iOS-specific OWASP Mobile Top 10

