Share
## https://sploitus.com/exploit?id=3FB3B12E-AC3C-5923-B4D0-EB1494117B2F
# CVE-2024-21762-Exploit-PoC-Fortinet-SSL-VPN-Check
Chequea si tu firewall es vulnerable a CVE-2024-21762 (RCE sin autenticaci贸n)

Para m谩s informaci贸n sobre la vulnerabilidad: https://cuty.io/TKyfFh

# Aprende a detectar la vulnerabilidad y a proteger tu empresa

Video youtube : https://cuty.io/1hkzLCN

# Requisitos
## Clonar repositorio de github
    git clone https://github.com/r4p3c4/CVE-2024-21762-Exploit-PoC-Fortinet-SSL-VPN-Check.git
    
## Acceder a la carpeta del proyecto
    cd CVE-2024-21762-Exploit-PoC-Fortinet-SSL-VPN-Check 

# Versi贸n 1 Uso:
    python3 check-cve-2024-21762.py <host> <port>

## Ejemplo vulnerable (al azar):
    
python3 check-cve-2024-21762.py 72.158.15.130 10443

Vulnerable

## Ejemplo no vulnerable (al azar):

python3 check-cve-2024-21762.py 72.12.164.134 443  
[warning] Server does not look like a Fortinet SSL VPN interface

Patched

# Versi贸n 2 Uso:
    python3 check-cve-2024-21762-v2.py <archivo_ips.txt>

## Ejemplo

A帽ades las IPs que quieres comprobar si son vulnerables o no

<img src="https://i.postimg.cc/XvjJCZ7n/1.png" alt="video3"/>

Resultado de la ejecuci贸n:

<img src="https://i.postimg.cc/QCGHYjrt/2.png" alt="video3"/>