mirror of https://github.com/vee1e/mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penet
Find a file
dependabot[bot] 9f7ca8c7f0
Update types-requests requirement from <=2.32.0.20250301,>=2.32.0.20240622 to >=2.32.0.20240622,<=2.32.0.20250328 in the mypy group (#7630)
Update types-requests requirement in the mypy group

---
updated-dependencies:
- dependency-name: types-requests
  dependency-version: 2.32.0.20250328
  dependency-type: direct:production
  dependency-group: mypy
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-02 07:52:48 +02:00
.github New Docs Layout (#7593) 2025-03-09 10:54:14 +01: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 fixup url.unparse (#7624) 2025-03-28 22:44:11 +00:00
release Add proxy mode docs for tun mode (#7558) 2025-02-15 18:11:43 +05:30
test fixup url.unparse (#7624) 2025-03-28 22:44:11 +00:00
web Preventing mitmweb crash when viewing flows with undefined headers (#7595) 2025-03-11 22:23:24 +01:00
.gitattributes
.gitignore fix display of error messages on early shutdown (#6719) 2024-03-07 20:41:26 +00:00
CHANGELOG.md Do not send empty HTTP/2 data frames unless the client sent some (#7574) 2025-03-28 20:47:08 +00: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 types-requests requirement from <=2.32.0.20250301,>=2.32.0.20240622 to >=2.32.0.20240622,<=2.32.0.20250328 in the mypy group (#7630) 2025-04-02 07:52:48 +02: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