From c413f3d5c3159ffcdafc85e33252129288bc5647 Mon Sep 17 00:00:00 2001 From: fjh1997 <549308442@qq.com> Date: Wed, 9 Dec 2020 17:00:51 +0800 Subject: [PATCH] Update README.md just to clarify the need to specify scheme:// for python 3.9 or it would have error message: "[!] Not supported proxy scheme None" --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95c059d..b526e1d 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,12 @@ optional arguments: Proxy to forward all requests/responses to. If omitted, traffic will only be printed to the console (monitoring mode unless a script is specified). - Format: host:port + Format: [scheme://]host:port + in case the error : + "[!] Not supported proxy scheme None" + try scheme://host:port instead + + -c , --cert Certificate file to use for SSL/TLS interception -k , --key