mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-23 13:19:48 +00:00
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
1b44691d33
* fix websocket message saving * [autofix.ci] apply automated fixes * added websocket as a supported format to export command, with tests for the same * [autofix.ci] apply automated fixes * added websocket message serialization in raw export, with test coverage * [autofix.ci] apply automated fixes * code suggestion fixes Co-authored-by: Maximilian Hils <github@maximilianhils.com> * [autofix.ci] apply automated fixes * suggestion fixes * fix merged code * added tests for websocket export and cut.save * [autofix.ci] apply automated fixes * fix tests and add changes to changelog * fix tests and add changes to changelog * fix changelog * fix changelog * changelog addition * changelog revert * test fix * [autofix.ci] apply automated fixes * more test coverage * [autofix.ci] apply automated fixes * add changes to changelog * add more test coverage * [autofix.ci] apply automated fixes * simplify * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Maximilian Hils <github@maximilianhils.com> |
||
---|---|---|
.github | ||
docs | ||
examples | ||
mitmproxy | ||
release | ||
test | ||
web | ||
.gitattributes | ||
.gitignore | ||
CHANGELOG.md | ||
codecov.yml | ||
CONTRIBUTING.md | ||
LICENSE | ||
MANIFEST.in | ||
pyproject.toml | ||
README.md | ||
SECURITY.md | ||
setup.cfg |
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.