mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
mirror of https://github.com/vee1e/mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penet
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [mhils/workflows](https://github.com/mhils/workflows) | `3b71079cc0a3992c6e595fa78c8f79bc06b6f8d0` | `2a12a934b7c0db7fddaeacd20c542bdfcf9b2a19` | | [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) | `5.0.2` | `5.0.3` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `5` | | [docker/login-action](https://github.com/docker/login-action) | `3.4.0` | `3.5.0` | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | Updates `mhils/workflows` from 3b71079cc0a3992c6e595fa78c8f79bc06b6f8d0 to 2a12a934b7c0db7fddaeacd20c542bdfcf9b2a19 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits]( |
||
|---|---|---|
| .github | ||
| docs | ||
| examples | ||
| mitmproxy | ||
| release | ||
| test | ||
| web | ||
| .gitattributes | ||
| .gitignore | ||
| .python-version | ||
| CHANGELOG.md | ||
| codecov.yml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| MANIFEST.in | ||
| pyproject.toml | ||
| README.md | ||
| SECURITY.md | ||
| uv.lock | ||
mitmproxy
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.
The documentation for mitmproxy is available on our website:
If you have questions on how to use mitmproxy, please use GitHub Discussions!
Contributing
As an open source project, mitmproxy welcomes contributions of all forms.