ios-pentesting-tricks
ios pentesting tricks
What it does
- mobile-ssl-pinning-bypass for in-depth SSL pinning bypass (SecTrust hooks, SSL Kill Switch, framework-specific techniques)
- android-pentesting-tricks when also testing the Android version of the same app
- api-sec for backend API security testing once traffic is intercepted
- Frida recipes for iOS-specific hooks (ObjC class enumeration, method swizzling)
- Objection command reference for iOS
- Runtime hooking patterns and bypass templates
Requirements & configuration
- Also load IOSRUNTIMETRICKS.md when you need:
- | Method hooking | Full Frida/Cycript capability | Limited (needs re-signed app + Frida gadget) |
- | Registration | Any app can claim any scheme | Requires AASA file on domain |
- grep -r "password\|token\|secret\|apiKey\|isJailbroken\|isRooted" /tmp/headers/
- grep -r "password\|token\|bearer\|apikey" Documents/ Library/
Configuration: MH_PIE
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
ios-pentesting-tricks FAQ
What does the ios-pentesting-tricks skill do?
>- iOS pentesting playbook. Use when testing iOS applications for keychain extraction, URL scheme hijacking, Universal Links exploitation, runtime manipulation, binary protection analysis, data storage issues, and transport security bypass during authorized mobile security assessments. mobile-ssl-pinning-bypass for in-depth SSL pinning bypass (SecTrust hooks, SSL Kill Switch, framework-specific techniques) android-pentesting-tricks when also testing the Android version of the same app
What does ios-pentesting-tricks require?
Also load IOSRUNTIMETRICKS.md when you need: | Method hooking | Full Frida/Cycript capability | Limited (needs re-signed app + Frida gadget) | | Registration | Any app can claim any scheme | Requires AASA file on domain | grep -r "password\|token\|secret\|apiKey\|isJailbroken\|isRooted" /tmp/headers/ grep -r "password\|token\|bearer\|apikey" Documents/ Library/ Configuration keys: MH_PIE.
How do I install ios-pentesting-tricks?
Run: npx -y skills add https://github.com/yaklang/hack-skills --skill ios-pentesting-tricks --agent claude-code — the source lives at github.com/yaklang/hack-skills.
Maintain ios-pentesting-tricks?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[ios-pentesting-tricks on getagentictools](https://getagentictools.com/skills/yaklang-hack-skills-ios-pentesting-tricks?ref=badge) npx agentictools info skills/yaklang-hack-skills-ios-pentesting-tricks The second line is the CLI lookup for this page — handy in READMEs and docs.