> For the complete documentation index, see [llms.txt](https://wiki.securiters.com/securiters-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.securiters.com/securiters-wiki/puertos-and-servicios/500-ipsec-ike-vpn.md).

# 500 - IPSec/IKE VPN

## Nmap

Para facilitar información de este puerto puedes usar sus NSE's correspondientes

{% code overflow="wrap" %}

```
#opcion 1 - todos los que contengan *http* en el NSE
nmap -p 500 -sU -sV IP

#opcion 2 - específicamente los siguientes
nmap -p 500 -sV --script=ike-version
```

{% endcode %}

## Probar

Por defecto en Kali tenemos la herramienta [ike-scan](https://github.com/royhills/ike-scan)

```
ike-scan -M IP
ike-scan -A TARGET-IP --id=myid -P TARGET-IP-key
```

[Ikeforce](https://github.com/SpiderLabs/ikeforce)

```
./ikeforce.py IP -a -s 1
```

&#x20;

## Máquinas resueltas que usan IPSec/IKE

## Referencias
