NTP


Nmap discovered a NTP server on the target UDP port 123

┌──(kali㉿kali)-[~/archive/htb/labs/outdated]
└─$ sudo nmap -sU -sC -sV -p123 $IP
starting nmap 7.94svn ( https://nmap.org ) at 2024-01-03 13:15 CET
Nmap scan report for dc (10.10.11.175)
Host is up (0.048s latency).
 
PORT    STATE SERVICE VERSION
123/udp open  ntp     NTP v3
| ntp-info: 
|_  
 
host script results:
|_clock-skew: 7h59m54s
 
service detection performed. please report any incorrect results at https://nmap.org/submit/ .
nmap done: 1 IP address (1 host up) scanned in 10.61 seconds

NTP v3 is being used

ntpq


┌──(kali㉿kali)-[~/archive/htb/labs/outdated]
└─$ ntpq -c readlist $IP ; ntpq -c readvar $IP ; ntpq -c peers $IP ; ntpq -c associations $IP
***Request timed out
***Request timed out
***Request timed out
***Request timed out

Nothing found