Skip to content

Commit

Permalink
Changes to Readme Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
nvssks committed Nov 24, 2014
1 parent f6e2d32 commit a3cc634
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,14 @@ USAGE
Options
=======
--help, -h show this help message and exit

--url=URL, -u URL url of the remote webshell

--lport=LOCAL_PORT, -l LOCAL_PORT
local listening port

--verbose, -v Verbose (outputs packet size)

--buffer=BUFFERSIZE, -b BUFFERSIZE*
HTTP request size (some webshels have limitations on
the size)
Expand All @@ -63,8 +67,10 @@ No SOCKS Options
Options are ignored if SOCKS proxy is used

--no-socks, -n Do not use Socks Proxy

--rport=REMOTE_PORT, -r REMOTE_PORT
remote port of service for the webshell to connect to

--addr=REMOTE_IP, -a REMOTE_IP
address for remote webshell to connect to (default =
127.0.0.1)
Expand All @@ -75,12 +81,14 @@ Tunnel connection through a local Proxy

--up-proxy=UPPROXY, -x UPPROXY
Upstream proxy (http://proxyserver.com:3128)

--auth, -A Upstream proxy requires authentication

Advanced Options
----------------
--ping-interval=PING_DELAY, -q PING_DELAY
webshprx pinging thread interval (default = 0.5)

--start-ping, -s Start the pinging thread first - some services send
data first (eg. SSH)

Expand Down

0 comments on commit a3cc634

Please sign in to comment.