Internet Shell Shopper
Description & Demo
Wshlient
is an online shell shopper designed to be fairly easy but versatile. One simply have to create a textual content file containing an HTTP request and inform the place Wshlient
inject the instructions, then you’ll be able to get pleasure from a shell.
Within the case the above video doesn’t works for you:
Set up
Out of python’s included batteries Wshclient
solely makes use of requests
. Simply set up it immediately or utilizing necessities.txt
:
$ git clone https://github.com/gildasio/wshlient
$ cd wshlient
$ pip set up -r necessities.txt
$ ./wshlient.py -h
Alternatively you can even create a symbolic hyperlink in your $PATH
to make use of it immediately anyplace within the system:
$ ln -s $PWD/wshlient.py /usr/native/bin/wshlient
Utilization
$ ./wshlient.py -h
utilization: wshlient.py [-h] [-d] [-i] [-ne] [-it INJECTION_TOKEN] [-st START_TOKEN] [-et END_TOKEN] reqpositional arguments:
req File containing uncooked http request
choices:
-h, --help present this assist message and exit
-d, --debug Allow debug output
-i, --ifs Replaces whitespaces with $IFS
-ne, --no-url-encode Disable command URL encode
-it INJECTION_TOKEN, --injection-token INJECTION_TOKEN
Token to get replaced by instructions (default: INJECT)
-st START_TOKEN, --start-token START_TOKEN
Token that marks the output starting
-et END_TOKEN, --end-token END_TOKEN
Token that marks the output ending
Contributing
You’ll be able to contribute to Wshlient
by:
- Utilizing and sharing it 🙂
- Firing a bug / challenge
- Suggesting attention-grabbing options
- Coding
Be happy to do it, however have in mind to maintain it easy.