diff --git a/knowledge base/mitmproxy.md b/knowledge base/mitmproxy.md new file mode 100644 index 0000000..0f28262 --- /dev/null +++ b/knowledge base/mitmproxy.md @@ -0,0 +1,35 @@ +# `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 + +1. [TL;DR](#tldr) +1. [Further readings](#further-readings) +1. [Sources](#sources) + +## TL;DR + +```sh +# Installation. +brew install 'mitmproxy' +``` + +## Further readings + +- [Website] +- [Documentation] + +## Sources + +All the references in the [further readings] section, plus the following: + + +[documentation]: https://docs.mitmproxy.org/stable/ +[website]: https://mitmproxy.org/ + + +[further readings]: #further-readings + + +