From 973058859a0603be025aae16565ca435817a0278 Mon Sep 17 00:00:00 2001 From: Sak94664 Date: Sun, 27 May 2018 08:19:46 +0800 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4543006..83cf78d 100644 --- a/README.md +++ b/README.md @@ -102,12 +102,12 @@ Advanced Options example usage: `python proxy.py -u http://10.3.3.1/conn.aspx -l 8000 -v` - # This will start a Local SOCKS Proxy Server at port 80000 + # This will start a Local SOCKS Proxy Server at port 8000 # This connection will be wrapped over HTTP and unwrapped at the remote server python proxy.py -u http://10.3.3.1/conn.aspx -l 8000 -x https://192.168.1.100:3128 -A -v - # This will start a Local SOCKS Proxy Server at port 80000 + # This will start a Local SOCKS Proxy Server at port 8000 # It will connect through a Local Proxy (https://192.168.1.100:3128) that requires authentication # to the remote Tunna webshell