Nmap
root@ip-10-10-16-246:~# nmap -sV -p- 10.10.91.5
Starting Nmap 7.80 ( <https://nmap.org> ) at 2025-07-05 07:53 BST
Nmap scan report for ip-10-10-91-5.eu-west-1.compute.internal (10.10.91.5)
Host is up (0.00033s latency).
Not shown: 65533 closed ports
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.2p1 Ubuntu 4ubuntu0.13 (Ubuntu Linux; protocol 2.0)
80/tcp open http Apache httpd 2.4.41 ((Ubuntu))
MAC Address: 02:83:22:60:63:7B (Unknown)
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 10.65 seconds
GoBuster
root@ip-10-10-16-246:~# gobuster dir -u <http://10.10.250.4> -w /usr/share/wordlists/SecLists/Discovery/Web-Content/directory-list-2.3-big.txt
===============================================================
Gobuster v3.6
by OJ Reeves (@TheColonial) & Christian Mehlmauer (@firefart)
===============================================================
[+] Url: <http://10.10.250.4>
[+] Method: GET
[+] Threads: 10
[+] Wordlist: /usr/share/wordlists/SecLists/Discovery/Web-Content/directory-list-2.3-big.txt
[+] Negative Status codes: 404
[+] User Agent: gobuster/3.6
[+] Timeout: 10s
===============================================================
Starting gobuster in directory enumeration mode
===============================================================
/assets (Status: 301) [Size: 311] [--> <http://10.10.250.4/assets/>]
/server-status (Status: 403) [Size: 276]
Progress: 1273833 / 1273834 (100.00%)
===============================================================
Finished
===============================================================