feat: started article about mitmproxy

This commit is contained in:
Michele Cereda
2023-05-25 23:34:34 +02:00
parent 4e6494fa8a
commit b22c05f31f

View File

@@ -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 <!-- omit in toc -->
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:
<!-- project's references -->
[documentation]: https://docs.mitmproxy.org/stable/
[website]: https://mitmproxy.org/
<!-- in-article references -->
[further readings]: #further-readings
<!-- internal references -->
<!-- external references -->