┌──(mikannse㉿kali)-[~/HTB/popcorn] └─$ sudo nmap --min-rate=10000 -p- 10.10.10.6 Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-09-09 20:56 CST Nmap scan report for 10.10.10.6 Host is up (0.072s latency). Not shown: 65533 closed tcp ports (reset) PORT STATE SERVICE 22/tcp open ssh 80/tcp open http
Nmap done: 1 IP address (1 host up) scanned in 8.72 seconds
┌──(mikannse㉿kali)-[~/HTB/popcorn] └─$ sudo nmap -sT -sV -sC -O -p22,80 10.10.10.6 Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-09-09 20:57 CST Nmap scan report for 10.10.10.6 Host is up (0.066s latency).
PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 5.1p1 Debian 6ubuntu2 (Ubuntu Linux; protocol 2.0) | ssh-hostkey: | 1024 3e:c8:1b:15:21:15:50:ec:6e:63:bc:c5:6b:80:7b:38 (DSA) |_ 2048 aa:1f:79:21:b8:42:f4:8a:38:bd:b8:05:ef:1a:07:4d (RSA) 80/tcp open http Apache httpd 2.2.12 |_http-server-header: Apache/2.2.12 (Ubuntu) |_http-title: Did not follow redirect to http://popcorn.htb/ Warning: OSScan results may be unreliable because we could not find at least 1 open and 1 closed port Aggressive OS guesses: AVM FRITZ!Box FON WLAN 7240 WAP (96%), Android 2.3.5 (Linux 2.6) (96%), Linux 2.6.17 - 2.6.36 (96%), Linux 2.6.32 (96%), Linux 2.6.17 (95%), Canon imageRUNNER ADVANCE C3320i or C3325 copier (94%), Linux 2.6.30 (94%), Linux 2.6.35 (94%), Epson WF-2660 printer (94%), Linux 2.4.20 (Red Hat 7.2) (94%) No exact OS matches for host (test conditions non-ideal). Network Distance: 2 hops Service Info: Host: 127.0.0.1; 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.30 seconds