Skip to content

Android proxy client for all apps using iptables

License

Notifications You must be signed in to change notification settings

lymbin/proxyinterceptor

Repository files navigation

Proxy Interceptor

It's app for Android that can send apps traffic via your proxy. Your device need to be rooted.

You can use this with Burp Suite proxy. Note: Use invisible proxy option in proxy listener options.

App using iptables routing like this:

iptables -t nat -A OUTPUT -p tcp --dport <dport> -j DNAT --to-destination <proxy address>:<proxy port>

How to use it

Using guide can be found here.

About

Android proxy client for all apps using iptables

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages