Skip to content

TheZ3ro/proxyfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Transparent Proxy via Frida hooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published