Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
wshlient — Uno strumento semplice per interagire con web shell e vulnerabilità di command injection. | Kitploit
Strumenti/GitHubGitHub/gildasio/wshlient
ShellcodeSfruttamento di Applicazioni WebPenetration TestingCommand and Control
GitHubgildasio/wshlient

wshlient

Uno strumento semplice per interagire con web shell e vulnerabilità di command injection.

Vedi Repository
3731 anno faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

Wshlient

Client Web Shell

Descrizione e demo

Wshlient è un client web shell progettato per essere piuttosto semplice ma versatile. Basta creare un file di testo contenente una richiesta HTTP e indicare dove Wshlient deve iniettare i comandi, e potrai usufruire di una shell.

https://github.com/user-attachments/assets/eafcf666-4c52-4e28-a341-a03bba93fe89

Nel caso in cui il video sopra non funzioni per te:

asciicast

Installazione

Delle batterie incluse di Python, Wshclient usa solo requests. Basta installarlo direttamente o usando requirements.txt:

root@kitploit:~
$ git clone https://github.com/gildasio/wshlient
$ cd wshlient
$ pip install -r requirements.txt
$ ./wshlient.py -h

In alternativa puoi creare un link simbolico nel tuo $PATH per usarlo direttamente ovunque nel sistema:

root@kitploit:~
$ ln -s $PWD/wshlient.py /usr/local/bin/wshlient

Utilizzo

root@kitploit:~
$ ./wshlient.py -h
usage: wshlient.py [-h] [-d] [-i] [-ne] [-it INJECTION_TOKEN] [-st START_TOKEN] [-et END_TOKEN] req

positional arguments:
  req                   File containing raw http request

options:
  -h, --help            show this help message and exit
  -d, --debug           Enable 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 be replaced by commands (default: INJECT)
  -st START_TOKEN, --start-token START_TOKEN
                        Token that marks the output beginning
  -et END_TOKEN, --end-token END_TOKEN
                        Token that marks the output ending

Contribuire

Puoi contribuire a Wshlient:

  • Usandolo e condividendolo :)
  • Segnalando un bug / problema
  • Suggerendo funzionalità interessanti
  • Programmando

Sentiti libero di farlo, ma tieni presente di mantenere le cose semplici.

Scarica lo strumento