NTP


Nmap discovered a NTP server on the target UDP port 123 The running service is NTP v3

┌──(kali㉿kali)-[~/archive/htb/labs/object]
└─$ sudo nmap -sU -sV -sC -p123 $IP
starting nmap 7.94 ( https://nmap.org ) at 2023-09-20 20:16 CEST
Nmap scan report for object.htb (10.10.11.132)
Host is up (0.091s latency).
 
PORT    STATE SERVICE VERSION
123/udp open  ntp     NTP v3
| ntp-info: 
|_  
 
host script results:
|_clock-skew: -5h45m55s
 
service detection performed. please report any incorrect results at https://nmap.org/submit/ .
nmap done: 1 IP address (1 host up) scanned in 10.76 seconds

No additional information found

ntpq


┌──(kali㉿kali)-[~/archive/htb/labs/object]
└─$ 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

Failed