sudo nmap --min-rate 10000 -p- 192.168.56.103 Starting Nmap 7.94 ( https://nmap.org ) at 2024-02-03 04:52 UTC Nmap scan report for 192.168.56.103 (192.168.56.103) Host is up (0.00037s latency). Not shown: 65533 closed tcp ports (reset) PORT STATE SERVICE 22/tcp open ssh 80/tcp open http MAC Address: 08:00:27:1D:38:66 (Oracle VirtualBox virtual NIC)
Nmap done: 1 IP address (1 host up) scanned in 2.41 seconds
sudo nmap -sT -sV -sC -O -p22,80 192.168.56.103 Starting Nmap 7.94 ( https://nmap.org ) at 2024-02-03 04:52 UTC Nmap scan report for 192.168.56.103 (192.168.56.103) Host is up (0.00030s latency).
PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 8.4p1 Debian 5+deb11u1 (protocol 2.0) | ssh-hostkey: | 3072 26:9c:17:ef:21:36:3d:01:c3:1d:6b:0d:47:11:cd:58 (RSA) | 256 29:26:68:49:b0:37:5c:0e:7b:6d:81:8d:60:98:8d:fc (ECDSA) |_ 256 13:2e:13:19:0c:9d:a3:a7:3e:b8:df:ab:97:08:41:88 (ED25519) 80/tcp open http Apache httpd 2.4.54 ((Debian)) |_http-title: Host alive |_http-server-header: Apache/2.4.54 (Debian) MAC Address: 08:00:27:1D:38:66 (Oracle VirtualBox virtual NIC) Warning: OSScan results may be unreliable because we could not find at least 1 open and 1 closed port Device type: general purpose Running: Linux 4.X|5.X OS CPE: cpe:/o:linux:linux_kernel:4 cpe:/o:linux:linux_kernel:5 OS details: Linux 4.15 - 5.8 Network Distance: 1 hop Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
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 8.21 seconds