diff --git a/Docs-Structure.md b/Docs-Structure.md new file mode 100644 index 0000000..25ae12a --- /dev/null +++ b/Docs-Structure.md @@ -0,0 +1,32 @@ +- **Installation** +Something similar to https://cryptography.io/en/latest/installation/, recommend binaries where applicable. +- **Getting Started** +A quick walkthrough to demonstrate some of the main features, mostly the content of Tools/mitmproxy/Example and Tools/mitmdump/Examples. + - mitmproxy (or mitmweb) + - mitmdump +- **Proxy Modes** + "Modes of Operation" combined with "Features/Reverse Proxy" and "Features/Upstream proxy mode" +- **Using mitmproxy** + - Anticache + - Installing Certificates + - Replacements + - Header Replacements + - Client-side replay + - Server-side replay + - Sticky Cookies + - Filter Syntax +- **Proxy Configuration** + - Ignore domains + - TCP proxy + - Proxy autnentication + - Streaming Contents + - SOCKS proxy +- **SSL Configuration** + Maybe just a single page detailing all ssl options. +- **Scripting mitmproxy** + - Inline Scripts + - libmproxy +- **Tutorials** +- **Development** + - Architecture + - Dev Docs \ No newline at end of file