mitmdump

View, record, and programmatically transform HTTP traffic. The command-line counterpart to mitmproxy. More information: <https://docs.mitmproxy.org/stable/#mitmdump>.

Debian Debian
RUN apt-get update && \ apt-get install -y mitmproxy
Ubuntu
RUN apt-get update && \ apt-get install -y mitmproxy
Arch Arch Linux
RUN pacman -S --noconfirm mitmproxy
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mitmproxy
Raspbian
RUN apt-get update && \ apt-get install -y mitmproxy
click the source code to copy install mitmdump on any operating system with command-not-found.com