mirror of https://github.com/vee1e/mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penet
Find a file
Maximilian Hils 63a0b8d149
New Docs Layout (#7593)
* wip

* wip

* docs: improve content structure

* make menu collapsible

* move anchor to the end of the heading

* layout fixes

* avoid menu items with the same name

* wip

* add CHANGELOG entry

* [autofix.ci] apply automated fixes

* fixup

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-03-09 10:54:14 +01:00
.github New Docs Layout (#7593) 2025-03-09 10:54:14 +01:00
docs New Docs Layout (#7593) 2025-03-09 10:54:14 +01:00
examples
mitmproxy Add Support for TLS 1.3 Post Handshake Authentication (#7576) 2025-03-02 01:14:06 +05:30
release
test Fix CI: actually test on older Python versions (#7586) 2025-03-01 22:57:48 +00:00
web
.gitattributes
.gitignore
CHANGELOG.md New Docs Layout (#7593) 2025-03-09 10:54:14 +01: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 Bump the mypy group with 2 updates (#7583) 2025-03-01 22:43:40 +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