How to Install and Uninstall mitmproxy Package on Kali Linux

Last updated: April 28,2024

1. Install "mitmproxy" package

This is a short guide on how to install mitmproxy on Kali Linux

$ sudo apt update $ sudo apt install mitmproxy

2. Uninstall "mitmproxy" package

Please follow the guidance below to uninstall mitmproxy on Kali Linux:

$ sudo apt remove mitmproxy $ sudo apt autoclean && sudo apt autoremove

3. Information about the mitmproxy package on Kali Linux

Package: mitmproxy
Version: 10.2.2-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 3846
Pre-Depends: dpkg (>= 1.17.14)
Depends: fonts-font-awesome (>= 4.2.0~dfsg), python3-aioquic, python3-h2 (>= 4.0), python3-hyperframe (>= 6.0), python3-mitmproxy-rs (>= 0.5.1), python3-mitmproxy-wireguard, python3-pkg-resources, python3-urwid, python3-asgiref (>= 3.2.10), python3-brotli (>= 1.0), python3-certifi (>= 2019.9.11), python3-cryptography (<< 41.1), python3-cryptography (>= 39.0), python3-flask (<< 3.1), python3-flask (>= 1.1.1), python3-h11, python3-kaitaistruct (>= 0.7), python3-ldap3 (>= 2.8), python3-msgpack (>= 1.0.0), python3-openssl (>= 19.1.0), python3-passlib (>= 1.6.5), python3-protobuf (>= 3.6.0), python3-publicsuffix2 (>= 2.20190812), python3-pyparsing (>= 2.4.2), python3-pyperclip (>= 1.6.0), python3-ruamel.yaml (>= 0.16), python3-sortedcontainers (>= 2.1.0), python3-tornado (>= 4.3), python3-typing-extensions | python3-supported-min (>= 3.11), python3-wsproto (>= 0.14), python3-zstandard, python3:any
Conflicts: python-netlib
Homepage: https://mitmproxy.org
Priority: optional
Section: net
Filename: pool/main/m/mitmproxy/mitmproxy_10.2.2-0kali1_all.deb
Size: 901548
SHA256: ad87db792cbea8fb75c87fc99b17ea2d85bb6845b1d81e4a851c91b2e922188f
SHA1: 965a8151868c28fa84dbbde5f6ac9dc6fd7096fa
MD5sum: 9b16413ff2dfa111681b76bfcec22558
Description: SSL-capable man-in-the-middle HTTP proxy
mitmproxy is an interactive man-in-the-middle proxy for HTTP and HTTPS. 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 and HTTPS requests and responses and modify them
on the fly
- save HTTP conversations for later replay and analysis
- replay the client-side of an HTTP conversation
- reverse proxy mode to forward traffic to a specified server
- transparent proxy mode on OSX and Linux
- make scripted changes to HTTP traffic using Python
- SSL/TLS certificates for interception are generated on the fly
- ...
.
This package contains the python-pathod module (previously
provided by other source package). The python-netlib module was also included
but it has been dropped by upstream in version 1.0.
Description-md5: