Files
oam/knowledge base/mitmproxy.md
2023-07-09 18:00:36 +02:00

29 lines
497 B
Markdown

# `mitmproxy`
Free and open source set of tools which provide an interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets.
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
```sh
# Installation.
brew install 'mitmproxy'
```
## Further readings
- [Website]
- [Documentation]
<!--
References
-->
<!-- Upstream -->
[documentation]: https://docs.mitmproxy.org/stable/
[website]: https://mitmproxy.org/