Hemish


Mitmproxy

2022-09-20 #linux #network

Today, I came across this wonderful tool called mitmproxy which is a TLS capable HTTP and HTTPS proxy and can be used by pen-testers and enthusiasts.

Their documentation provides an easy way to install CA trust certificates on each operating system so that browser or any application does not show security errors making it unable to connect to required site.

It provides three tools in single package:

Mitmweb is most convenient as it provides a GUI interface. Though, BurpSuite may be beneficial for advance usecases; but for a random hobbyist, mitmproxy is enough for just intercepting requests.