ios-hunt
01Agent Claude Code
Tests an attached iOS app for vulnerabilities (storage, network, crypto, authz, bypass) via the frida MCP. Use during the hunt phase. Honors action-tier confirmation.
Agent Claude Code
Tests an attached iOS app for vulnerabilities (storage, network, crypto, authz, bypass) via the frida MCP. Use during the hunt phase. Honors action-tier confirmation.
Agent Claude Code
Maps an attached iOS app's attack surface using the frida MCP (passive only) and ranks it for hunting. Use during the recon phase of an assessment.
Agent Claude Code
Writes an impact-first iOS security assessment report from validated findings. Use during the report phase.
Agent Claude Code
Hunts client-side logic flaws in an attached iOS app — enumerates ObjC/Swift gate methods, traces them on real flows (human drives the UI), flips boolean returns, and verifies whether capability is actually gained. Use for the logic/runtime phase.
Agent Claude Code
Validates candidate iOS findings — re-runs repro, kills weak/duplicate/theoretical ones, assigns MASVS control + severity. Use before reporting.
Command Claude Code
Autonomously assess an iOS app end-to-end with the frida MCP — scope, recon, hunt, validate, report, remember.
Command Claude Code
Test an iOS app for vulnerabilities across storage, network, crypto, runtime-logic, and bypass classes.
Command Claude Code
Resume an assessment from hunt-memory — skip done work, go straight to untested surface.
Command Claude Code
Map an attached iOS app's attack surface (passive) and rank it for hunting.
Command Claude Code
Write an impact-first iOS assessment report from the validated findings.
Command Claude Code
Scope gate — confirm target + authorization and attach the frida MCP before any testing.
Command Claude Code
Gate candidate findings — kill weak ones, keep only reproducible, MASVS-mapped issues.
Skill Claude CodeCodex
Reverse engineers iOS applications using Frida dynamic instrumentation to understand internal logic, extract encryption keys, bypass security controls, and discover hidden functionality without source code access. Use when performing authorized iOS penetration testing, analyzing proprietary protocols, understanding…