# 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
