sudo nmap --min-rate 10000 -p- 192.168.56.119 Starting Nmap 7.94 ( https://nmap.org ) at 2024-02-19 13:22 UTC Nmap scan report for 192.168.56.119 (192.168.56.119) Host is up (0.00036s latency). Not shown: 65532 closed tcp ports (reset) PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 3389/tcp open ms-wbt-server MAC Address: 08:00:27:8C:0E:C6 (Oracle VirtualBox virtual NIC)
Nmap done: 1 IP address (1 host up) scanned in 2.36 seconds
sudo nmap -sT -sV -sC -O -p22,80,3389 192.168.56.119 Starting Nmap 7.94 ( https://nmap.org ) at 2024-02-19 13:22 UTC Nmap scan report for 192.168.56.119 (192.168.56.119) Host is up (0.00042s latency).
PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 7.9p1 Debian 10+deb10u2 (protocol 2.0) | ssh-hostkey: | 2048 1e:fb:86:3d:cf:26:a2:a0:ae:b0:00:61:0b:41:cb:ab (RSA) | 256 80:8e:46:7b:1d:6e:13:74:22:89:ad:91:b4:44:64:ec (ECDSA) |_ 256 71:e5:e1:4f:34:16:de:ec:b5:c4:fe:f5:0a:a2:ee:fc (ED25519) 80/tcp open http nginx 1.14.2 |_http-server-header: nginx/1.14.2 |_http-title: LOGIN 3389/tcp open ms-wbt-server xrdp MAC Address: 08:00:27:8C:0E:C6 (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 13.23 seconds