# NTP - 123

## **1. Infos :**

Le Network Time Protocol (NTP) e;st un protocole utilisé pour la synchronisation des horloges entre les systèmes informatiques

Port par défaut : 123/udp

```
PORT    STATE SERVICE 
123/udp open  ntp 
```

## **2. Enumération**

```
ntpq -c readlist <IP_ADDRESS>
ntpq -c readvar <IP_ADDRESS>
ntpq -c monlist <IP_ADDRESS>
ntpq -c peers <IP_ADDRESS>
ntpq -c listpeers <IP_ADDRESS>
ntpq -c associations <IP_ADDRESS>
ntpq -c sysinfo <IP_ADDRESS>
```

```
nmap -sU -sV --script "ntp*" -p 123 <IP>
```
