frida_ios_ats_bypass
Disable App Transport Security on iOS/macOS by patching NSURLSessionConfiguration and hooking certificate validation to allow arbitrary HTTP requests and self-signed certificates.
Instructions
[iOS/macOS] Disable App Transport Security for a target process.
Patches NSURLSessionConfiguration and hooks SecTrustEvaluate / SecTrustEvaluateWithError to allow arbitrary HTTP loads and self-signed certificates.
target: process name or pid (string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |