mirror of https://github.com/vee1e/mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penet
Find a file
Daniel Karandikar b4f49d0186
Update io-write-flow-file.py example with option (#6464)
#### Description

Update example addon as described in
https://github.com/mitmproxy/mitmproxy/issues/6445

#### Checklist

 - [x] I have updated tests where applicable.

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
2024-03-06 21:18:43 +00:00
.github Bump the github-actions group with 3 updates (#6701) 2024-03-06 21:54:11 +01:00
docs fix docs (#6696) 2024-02-28 23:04:45 +01:00
examples Update io-write-flow-file.py example with option (#6464) 2024-03-06 21:18:43 +00:00
mitmproxy reopen main for development 2024-03-06 20:58:54 +00:00
release Bump the github-actions group with 3 updates (#6701) 2024-03-06 21:54:11 +01:00
test Bump the github-actions group with 3 updates (#6701) 2024-03-06 21:54:11 +01:00
web Fix Bug view options menu (#6697) 2024-03-06 21:55:26 +01:00
.gitattributes
.gitignore
CHANGELOG.md mitmproxy 10.2.3 2024-03-06 20:58:54 +00:00
codecov.yml
CONTRIBUTING.md CONTRIBUTING.md: temporarily remove --cov 2023-12-02 08:37:37 +07:00
LICENSE
MANIFEST.in
pyproject.toml Bump pyinstaller from 6.3.0 to 6.4.0 (#6702) 2024-03-05 14:52:35 +01:00
README.md Remove Links to Slack Workspace (#6560) 2023-12-19 12:20:43 +00:00
SECURITY.md
setup.cfg Migrate to ruff (#6433) 2023-10-31 16:03:53 +01: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