mirror of https://github.com/vee1e/mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penet
Find a file
Matteo Luppi f33f4dd1d6
Fix mitmweb crash when searching/highlighting by ~h/~hq/~hs (#7652)
* check for undefined headers

* update changelog
2025-04-10 22:05:18 +02:00
.github Bump the github-actions group with 2 updates (#7634) 2025-04-02 07:54:37 +02:00
docs docs: mention that transparent mode is TCP only for now (#7626) 2025-04-01 09:07:58 +02:00
examples Fix change_upstream_proxy.py example (#7605) 2025-03-13 19:10:33 +01:00
mitmproxy Log streamed bodies (#7637) 2025-04-07 20:09:53 +02:00
release Add proxy mode docs for tun mode (#7558) 2025-02-15 18:11:43 +05:30
test Log streamed bodies (#7637) 2025-04-07 20:09:53 +02:00
web Fix mitmweb crash when searching/highlighting by ~h/~hq/~hs (#7652) 2025-04-10 22:05:18 +02:00
.gitattributes
.gitignore fix display of error messages on early shutdown (#6719) 2024-03-07 20:41:26 +00:00
CHANGELOG.md Fix mitmweb crash when searching/highlighting by ~h/~hq/~hs (#7652) 2025-04-10 22:05:18 +02:00
codecov.yml
CONTRIBUTING.md Revert "CONTRIBUTING.md: temporarily remove --cov" (#6520) 2025-02-25 13:17:13 +01:00
LICENSE
MANIFEST.in
pyproject.toml Update pyparsing requirement from <=3.2.1,>=2.4.2 to >=2.4.2,<=3.2.3 (#7632) 2025-04-02 06:48:56 +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