Nmap
┌──(kali㉿kali)-[~/archive/htb/labs/ready]
└─$ nmap -p- -T5 $IP
starting nmap 7.93 ( https://nmap.org ) at 2023-03-25 19:57 CET
Nmap scan report for 10.10.10.220
Host is up (0.037s latency).
not shown: 62821 closed tcp ports (conn-refused), 2712 filtered tcp ports (no-response)
PORT STATE SERVICE
22/tcp open ssh
5080/tcp open onscreen
nmap done: 1 IP address (1 host up) scanned in 596.16 seconds
Scanning took more than usual Performing an additional scan for version enumeration
┌──(kali㉿kali)-[~/archive/htb/labs/ready]
└─$ nmap -sC -sV -p22,5080 $IP 130 ⨯
starting nmap 7.93 ( https://nmap.org ) at 2023-03-25 19:57 CET
Nmap scan report for 10.10.10.220
Host is up (0.053s latency).
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.2p1 Ubuntu 4 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey:
| 3072 48add5b83a9fbcbef7e8201ef6bfdeae (RSA)
| 256 b7896c0b20ed49b2c1867c2992741c1f (ECDSA)
|_ 256 18cd9d08a621a8b8b6f79f8d405154fb (ED25519)
5080/tcp open http nginx
|_http-trane-info: Problem with XML parsing of /evox/about
| http-robots.txt: 53 disallowed entries (15 shown)
| / /autocomplete/users /search /api /admin /profile
| /dashboard /projects/new /groups/new /groups/*/edit /users /help
|_/s/ /snippets/new /snippets/*/edit
| http-title: Sign in \xC2\xB7 GitLab
|_requested resource was http://10.10.10.220:5080/users/sign_in
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 21.18 seconds
The target system is U