mirror of https://github.com/vee1e/mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penet
Find a file
dependabot[bot] df03e18913
Bump pyinstaller-hooks-contrib from 2025.1 to 2025.2 in the pyinstaller group (#7629)
Bump pyinstaller-hooks-contrib in the pyinstaller group

Bumps the pyinstaller group with 1 update: [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib).


Updates `pyinstaller-hooks-contrib` from 2025.1 to 2025.2
- [Release notes](https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/v2025.1...v2025.2)

---
updated-dependencies:
- dependency-name: pyinstaller-hooks-contrib
  dependency-version: '2025.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pyinstaller
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-02 08:21:29 +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 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 remove release/ from coverage 2022-07-25 01:39:04 +02:00
CONTRIBUTING.md Revert "CONTRIBUTING.md: temporarily remove --cov" (#6520) 2025-02-25 13:17:13 +01:00
LICENSE
MANIFEST.in
pyproject.toml Bump pyinstaller-hooks-contrib from 2025.1 to 2025.2 in the pyinstaller group (#7629) 2025-04-02 08:21:29 +02:00
README.md Remove Links to Slack Workspace (#6560) 2023-12-19 12:20:43 +00:00
SECURITY.md Create SECURITY.md 2021-09-13 16:34:33 +02:00

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