What does HackerNews think of mitmproxy?
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
I did have to jump through some hoops with the emulator and pushing my own ssl cert to it's RO system partition. But it was a few commands and easy enough.
Requires:
[Desktop]: https://github.com/mitmproxy/mitmproxy
[Mobile iOS]: https://apps.apple.com/us/app/id1528537342
[Mobile Android]: https://play.google.com/store/apps/details?id=com.txthinking...
- Intercept HTTP & HTTPS requests and responses and modify them on the fly
- Save complete HTTP conversations for later replay and analysis
- Replay the client-side of an HTTP conversations
- Replay HTTP responses of a previously recorded server
- Reverse proxy mode to forward traffic to a specified server
- Transparent proxy mode on macOS and Linux
- Make scripted changes to HTTP traffic using Python
- SSL/TLS certificates for interception are generated on the fly
- And much, much more…
If you want an open-source alternative to Fiddler, consider mitmproxy [1].
I would say the opposite, it is not very useful for small projects.
Also, a shout-out to mitmproxy (https://github.com/mitmproxy/mitmproxy) which I've used on several occasions.