proxyfire icon indicating copy to clipboard operation
proxyfire copied to clipboard

Transparent Proxy via Frida hooks

proxyfire

ProxyFire is a Frida-based Transparent Proxy.
It can be used to add transparent proxy capabilities to iOS/macOS apps (and more generally POSIX executables) without setting a system-wide proxy and without installing system-wide CA certificates.

Note: This is a PoC and not production ready. If you need a full-fledged proxy use Proxifier or the like.

Usage

frida -l proxyfire.js -l unpinner.js -n <process_name>

or

frida -l proxyfire.js -l unpinner.js -p <process_id>

Credits

ProxyFire is based on: megahertz0/TransparentProxyForcer.
ProxyFire includes SSL unpinning code from:

ProxyFire's icon was generated with an AI. AIs are bad.