mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 02:37:15 +00:00
* Update ruff requirement from <=0.8.6,>=0.5.0 to >=0.5.0,<=0.9.4 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.5.0...0.9.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * [autofix.ci] apply automated fixes * fixup --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Maximilian Hils <git@maximilianhils.com> |
||
|---|---|---|
| .. | ||
| webscanner_helper | ||
| all_markers.py | ||
| block_dns_over_https.py | ||
| change_upstream_proxy.py | ||
| check_ssl_pinning.py | ||
| custom_next_layer.py | ||
| dns_spoofing.py | ||
| domain_fronting.py | ||
| full_transparency_shim.c | ||
| har_dump.py | ||
| http_manipulate_cookies.py | ||
| httpdump.py | ||
| jsondump.py | ||
| link_expander.py | ||
| mitmproxywrapper.py | ||
| modify_body_inject_iframe.py | ||
| ntlm_upstream_proxy.py | ||
| README.md | ||
| remote-debug.py | ||
| save_streamed_data.py | ||
| search.py | ||
| sslstrip.py | ||
| suppress_error_responses.py | ||
| test_jsondump.py | ||
| test_xss_scanner.py | ||
| tls_passthrough.py | ||
| upstream_pac.py | ||
| xss_scanner.py | ||
Community-Contributed Examples
Examples in this directory are contributed by the mitmproxy community.
If you developed something thats useful for a wider audience, please add it here!
Additional Examples Hosted Externally
- wsreplay.py: a simple tool to replay WebSocket streams
- Mitmproxy Plugin for Hackers A plugin useful of other Hackers,Pentesters,CTF players, BugHunters etc
Maintenance
⚠️ The examples in this directory are not actively maintained by the core developers.
We welcome PRs that add/fix/modernize/clean up code.