Enumeration

Nmap

open ports

nmap -p- silverplatter.thm -T5 -v

PORT     STATE SERVICE
22/tcp   open  ssh
80/tcp   open  http
8080/tcp open  http-proxy
sudo nmap -p 22,80,8080 silverplatter.thm -A -v

PORT     STATE SERVICE     VERSION
22/tcp   open  ssh         OpenSSH 8.9p1 Ubuntu 3ubuntu0.4 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey: 
|   256 1b:1c:87:8a:fe:34:16:c9:f7:82:37:2b:10:8f:8b:f1 (ECDSA)
|_  256 26:6d:17:ed:83:9e:4f:2d:f6:cd:53:17:c8:80:3d:09 (ED25519)
80/tcp   open  http        nginx 1.18.0 (Ubuntu)
| http-methods: 
|_  Supported Methods: HEAD
8080/tcp open  http-proxy?
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
OS CPE: cpe:/o:linux:linux_kernel:4.15
OS details: Linux 4.15
Uptime guess: 46.933 days (since Thu Mar 27 04:49:17 2025)
Network Distance: 5 hops
TCP Sequence Prediction: Difficulty=261 (Good luck!)
IP ID Sequence Generation: All zeros
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
rustscan -a silverplatter.thm -- -A 

faster than nmap with options —

SSH(22):

ssh auth is password based.

Http(80):

Encountered a problem of web page of machine not loading on browser.

solution :

Fix problems with displaying lab machine webpages in TryHackMe while connected to the VPN

Dirsearch

Target: <http://silverplatter.thm/>

[08:30:57] Starting:                                                                                                                                    
[08:31:41] 301 -  178B  - /assets  ->  <http://silverplatter.thm/assets/>     
[08:31:41] 403 -  564B  - /assets/                                          
[08:32:10] 403 -  564B  - /images/                                          
[08:32:10] 301 -  178B  - /images  ->  <http://silverplatter.thm/images/>
[08:32:18] 200 -   17KB - /LICENSE.txt                                      
[08:32:39] 200 -  771B  - /README.txt                                      
                                                                             

Vhost