Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
wshlient — Uma ferramenta simples para interagir com shells web e vulnerabilidades de injeção de comandos | Kitploit
Ferramentas/GitHubGitHub/gildasio/wshlient
ShellcodeExploração de Aplicações WebTestes de PenetraçãoComando e Controle
GitHubgildasio/wshlient

wshlient

Uma ferramenta simples para interagir com shells web e vulnerabilidades de injeção de comandos

Ver Repositório
373há 1 anoRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

Wshlient

Cliente de Web Shell

Descrição e Demonstração

O Wshlient é um cliente de web shell projetado para ser bastante simples e versátil. Basta criar um arquivo de texto contendo uma requisição HTTP e informar onde o Wshlient injeta os comandos, então você pode aproveitar um shell.

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

Caso o vídeo acima não funcione para você:

asciicast

Instalação

Além das baterias incluídas do Python, o Wshlient usa apenas o requests. Basta instalá-lo diretamente ou usando o requirements.txt:

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

Alternativamente, você também pode criar um link simbólico no seu $PATH para usá-lo diretamente em qualquer lugar do sistema:

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

Uso

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

Contribuindo

Você pode contribuir para o Wshlient:

  • Usando e compartilhando-o :)
  • Reportando um bug / issue
  • Sugerindo funcionalidades interessantes
  • Codificando

Sinta-se à vontade para fazê-lo, mas lembre-se de manter a simplicidade.

Baixar ferramenta