Nmap


┌──(kali㉿kali)-[~/archive/htb/labs/nibbles]
└─$ sudo nmap -AO -p- $IP
starting nmap 7.93 ( https://nmap.org ) at 2022-10-14 21:52 CEST
Nmap scan report for 10.10.10.75
Host is up (0.038s latency).
not shown: 65319 closed tcp ports (reset), 214 filtered tcp ports (no-response)
PORT   STATE SERVICE VERSION
22/tcp open  ssh     OpenSSH 7.2p2 Ubuntu 4ubuntu2.2 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey: 
|   2048 c4f8ade8f80477decf150d630a187e49 (RSA)
|   256 228fb197bf0f1708fc7e2c8fe9773a48 (ECDSA)
|_  256 e6ac27a3b5a9f1123c34a55d5beb3de9 (ED25519)
80/tcp open  http    Apache httpd 2.4.18 ((Ubuntu))
|_http-title: Site doesn't have a title (text/html).
|_http-server-header: Apache/2.4.18 (Ubuntu)
 
network distance: 2 hops
service info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
 
TRACEROUTE (using port 1025/tcp)
HOP RTT      ADDRESS
1   39.57 ms 10.10.14.1
2   39.72 ms 10.10.10.75
 
os and service detection performed. please report any incorrect results at https://nmap.org/submit/ .
nmap done: 1 IP address (1 host up) scanned in 64.02 seconds

nmap scan result shows open ports of:

  • 22: OpenSSH 7.2p2
  • 80: Apache httpd 2.4.18

The target system is Ubuntu