mirror of https://github.com/vee1e/mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penet
Find a file
2024-10-14 23:11:33 +02:00
.github Bump docker/build-push-action from 6.7.0 to 6.9.0 in the github-actions group (#7216) 2024-10-02 09:10:39 -04:00
docs Remove Apple Silicon note (#7234) 2024-10-11 00:44:07 +02:00
examples
mitmproxy Set @SECLEVEL=0 if old TLS versions are requested (#7241) 2024-10-14 19:45:48 +02:00
release Docker: use latest python and debian (#7242) 2024-10-13 18:21:57 +02:00
test Set @SECLEVEL=0 if old TLS versions are requested (#7241) 2024-10-14 19:45:48 +02:00
web Display Grayed-Out Mode for Unsupported Platforms (#7244) 2024-10-14 23:11:33 +02:00
.gitattributes
.gitignore
CHANGELOG.md Set @SECLEVEL=0 if old TLS versions are requested (#7241) 2024-10-14 19:45:48 +02:00
codecov.yml
CONTRIBUTING.md
LICENSE
MANIFEST.in
pyproject.toml Update pdoc requirement from <=14.6.1,>=14.5.1 to >=14.5.1,<=14.7.0 (#7222) 2024-10-02 13:23:16 +00:00
README.md
SECURITY.md

mitmproxy

Continuous Integration Status Codacy Badge autofix.ci: enabled Coverage Status Latest Version Supported Python versions

mitmproxy is an interactive, SSL/TLS-capable intercepting proxy with a console interface for HTTP/1, HTTP/2, and WebSockets.

mitmdump is the command-line version of mitmproxy. Think tcpdump for HTTP.

mitmweb is a web-based interface for mitmproxy.

Installation

The installation instructions are here. If you want to install from source, see CONTRIBUTING.md.

Documentation & Help

General information, tutorials, and precompiled binaries can be found on the mitmproxy website.

mitmproxy.org

The documentation for mitmproxy is available on our website:

mitmproxy documentation stable mitmproxy documentation dev

If you have questions on how to use mitmproxy, please use GitHub Discussions!

mitmproxy discussions

Contributing

As an open source project, mitmproxy welcomes contributions of all forms.

Dev Guide