ZenPhoto
❯ nmap -p- --min-rate=1000 -Pn 192.168.246.41
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-10-16 05:47 CDT
Nmap scan report for 192.168.246.41
Host is up (0.044s latency).
Not shown: 65531 closed tcp ports (conn-refused)
PORT STATE SERVICE
22/tcp open ssh
23/tcp open telnet
80/tcp open http
3306/tcp open mysql
Nmap done: 1 IP address (1 host up) scanned in 22.51 seconds
❯ nmap -p- -sCV -Pn 192.168.246.41
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-10-16 05:48 CDT
Nmap scan report for 192.168.246.41
Host is up (0.041s latency).
Not shown: 65531 closed tcp ports (conn-refused)
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 5.3p1 Debian 3ubuntu7 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey:
| 1024 83:92:ab:f2:b7:6e:27:08:7b:a9:b8:72:32:8c:cc:29 (DSA)
|_ 2048 65:77:fa:50:fd:4d:9e:f1:67:e5:cc:0c:c6:96:f2:3e (RSA)
23/tcp open ipp CUPS 1.4
|_http-server-header: CUPS/1.4
|_http-title: 403 Forbidden
| http-methods:
|_ Potentially risky methods: PUT
80/tcp open http Apache httpd 2.2.14 ((Ubuntu))
|_http-title: Site doesn't have a title (text/html).
|_http-server-header: Apache/2.2.14 (Ubuntu)
3306/tcp open mysql MySQL (unauthorized)
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 81.57 seconds
Last updated