saucesteals / utlsproxy

MITM Proxy with TLS mimicry
GNU General Public License v3.0
27 stars 3 forks source link

Using an upstream proxy #8

Open clouedoc opened 1 month ago

clouedoc commented 1 month ago

Hello,

How could I define an upstream proxy with utlsproxy?

Or rather, how can I edit it to allow using an upstream proxy?

I found proxychains-ng to work, but I am not completely satisfied with this, since it's hacky and adds another dependency in my stack.

clouedoc commented 1 month ago

An update: proxychains-ng doesn't work in Docker, so I am back to square one: making utlsproxy use an upstream proxy somehow. I am not sure how to proceed.

saucesteals commented 2 weeks ago

saucesteals/goproxy would need to add support for dialing the proxy instead of the given host and then forwarding the same CONNECT that the client sent it initially