How to setup a simple proxy with auth command? Need step-by-step guidance!

14 Replies, 1461 Views

Hey! If you’re looking for something super simple, check out mitmproxy. It’s a bit different but super powerful.

You can setup simple proxy with auth command using their CLI. Just run `mitmproxy --mode reverse:http://yourbackend --set auth=user:pass`.

It’s great for testing too since it has a built-in web interface. Might be overkill for your project, but it’s worth a look.

Messages In This Thread



Users browsing this thread: 1 Guest(s)