NTP


Nmap discovered a NTP server on the target UDP port 123

┌──(kali㉿kali)-[~/archive/htb/labs/intelligence]
└─$ sudo nmap -sU --script "ntp* and (discovery or vuln) and not (dos or brute)" -p123 $IP
starting nmap 7.94 ( https://nmap.org ) at 2023-09-26 14:32 CEST
Nmap scan report for dc.intelligence.htb (10.10.10.248)
Host is up (0.13s latency).
 
PORT    STATE SERVICE
123/udp open  ntp
| ntp-info: 
|_  receive time stamp: 2023-09-26T19:32:59
 
nmap done: 1 IP address (1 host up) scanned in 10.90 seconds

No additional information found

ntpq


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

No additional information found