sudo nmap --min-rate 10000 -p- 192.168.56.108 Starting Nmap 7.94 ( https://nmap.org ) at 2024-02-09 13:20 UTC Nmap scan report for 192.168.56.108 (192.168.56.108) Host is up (0.00013s latency). Not shown: 65533 closed tcp ports (reset) PORT STATE SERVICE 22/tcp open ssh 8000/tcp open http-alt MAC Address: 08:00:27:28:71:8F (Oracle VirtualBox virtual NIC)
Nmap done: 1 IP address (1 host up) scanned in 2.68 seconds
sudo nmap -sT -sV -sC -O -p22,8000 192.168.56.108 Starting Nmap 7.94 ( https://nmap.org ) at 2024-02-09 13:20 UTC Nmap scan report for 192.168.56.108 (192.168.56.108) Host is up (0.00028s latency).
PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 8.4p1 Debian 5+deb11u1 (protocol 2.0) | ssh-hostkey: | 3072 ee:71:f4:ad:a0:71:e1:35:19:86:ab:c8:e6:be:36:17 (RSA) | 256 40:1c:c3:da:83:d7:2f:60:cb:12:47:3b:02:67:04:14 (ECDSA) |_ 256 1a:69:a7:f9:dc:a5:49:ff:d2:7d:ce:45:97:6d:8a:b9 (ED25519) 8000/tcp open http WEBrick httpd 1.6.1 (Ruby 2.7.4 (2021-07-07)) |_http-server-header: WEBrick/1.6.1 (Ruby/2.7.4/2021-07-07) |_http-title: Site doesn't have a title (text/html;charset=utf-8). MAC Address: 08:00:27:28:71:8F (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 7.95 seconds