What problem does it solve?
iOS security assessments often require specialized techniques; this Skill provides an expert playbook for systematic testing across jailbreak vs non-jailbreak scenarios, keychain access, URL scheme hijacking, and Universal Links misconfigurations, along with Frida/Objection-based runtime hooks, binary protections checks, and data storage reviews.
Core Features & Use Cases
- Frida/Objection runtime techniques for on-device analysis and manipulation of apps.
- Keychain extraction guidance and safe evaluation of various keychain protection classes.
- URL scheme hijacking and Universal Links misconfiguration assessment to identify interception risks.
- Binary protections analysis including PIE, stack canaries, ARC, and encryption status checks.
- Data storage review across NSUserDefaults, SQLite/Core Data, Cookies, and app sandboxed data.
- End-to-end iOS security workflow for authorized assessments (lab setup, tooling, and reporting).
Quick Start
Load IOS_RUNTIME_TRICKS.md for Frida recipes and begin with the jailbreak vs non-jailbreak workflow.