How to Install mitmproxy in Ubuntu 18.04



Install mitmproxy by entering the following commands in the terminal:

sudo apt update
sudo apt install mitmproxy

Description:

SSL-capable man-in-the-middle HTTP proxy

mitmproxy is an SSL-capable man-in-the-middle HTTP proxy. It provides a console interface that allows traffic flows to be inspected and edited on the fly. . Also shipped is mitmdump, the command-line version of mitmproxy, with the same functionality but without the frills. Think tcpdump for HTTP. . Features: - intercept and modify HTTP traffic on the fly - save HTTP conversations for later replay and analysis - replay both HTTP clients and servers - make scripted changes to HTTP traffic using Python - SSL interception certs generated on the fly

Homepage: https://mitmproxy.org

Version: 2.0.2-3

Section: universe/net