aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/test/fuzzing/README
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/test/fuzzing/README')
-rw-r--r--mitmproxy/test/fuzzing/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/mitmproxy/test/fuzzing/README b/mitmproxy/test/fuzzing/README
new file mode 100644
index 00000000..2760506f
--- /dev/null
+++ b/mitmproxy/test/fuzzing/README
@@ -0,0 +1,14 @@
+
+A fuzzing architecture for mitmproxy
+====================================
+
+Quick start:
+
+ honcho -f ./straight_stream start
+
+
+Notes:
+
+ - Processes are managed using honcho (pip install honcho)
+ - Paths and common settings live in .env
+