Silver Platter

Enumeration

Nmap

nmap -p- 10.82.191.136 -v -T5
PORT     STATE SERVICE
22/tcp   open  ssh
80/tcp   open  http
8080/tcp open  http-proxy

nmap -p 22,80,8080 -A 10.82.191.136 -v -T5

PORT     STATE SERVICE    VERSION
22/tcp   open  ssh        OpenSSH 8.9p1 Ubuntu 3ubuntu0.4 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey: 
|   256 5b:7c:35:30:8f:0d:c6:50:1a:cd:14:c1:2b:05:d2:eb (ECDSA)
|_  256 a3:77:c1:eb:b1:5e:1c:dc:43:2e:d7:42:c3:41:58:b6 (ED25519)

80/tcp   open  http       nginx 1.18.0 (Ubuntu)
|_http-server-header: nginx/1.18.0 (Ubuntu)
| http-methods: 
|_  Supported Methods: GET HEAD
|_http-title: Hack Smarter Security

8080/tcp open  http-proxy
|_http-title: Error
| fingerprint-strings: 
|   FourOhFourRequest, GetRequest, HTTPOptions: 
|     HTTP/1.1 404 Not Found
|     Connection: close
|     Content-Length: 74
|     Content-Type: text/html
|     Date: Thu, 19 Feb 2026 20:57:11 GMT
|     <html><head><title>Error</title></head><body>404 - Not Found</body></html>
|   GenericLines, Help, Kerberos, LDAPSearchReq, LPDString, RTSPRequest, SMBProgNeg, SSLSessionReq, Socks5, TLSSessionReq, TerminalServerCookie: 
|     HTTP/1.1 400 Bad Request
|     Content-Length: 0
|_    Connection: close

rustscan

rustscan -a 10.82.191.136 -- -A

22/tcp open ssh

└─$ ssh [email protected]
The authenticity of host 'silverplatter.thm (10.82.182.210)' can't be established.
ED25519 key fingerprint is: SHA256:zYWoLq3Qj1uKDiNAH3eLA2K+qy7qnFSVAVx/CgCZ8II
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'silverplatter.thm' (ED25519) to the list of known hosts.
[email protected]'s password: 

80/tcp open http

dirsearch

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

[12:49:10] Starting: 
[12:49:22] 403 -  564B  - /assets/                                          
[12:49:22] 301 -  178B  - /assets  ->  <http://silverplatter.thm/assets/>
[12:49:32] 403 -  564B  - /images/                                          
[12:49:32] 301 -  178B  - /images  ->  <http://silverplatter.thm/images/>     
[12:49:34] 200 -   17KB - /LICENSE.txt                                      
[12:49:42] 200 -  771B  - /README.txt                                       
                                                                             
Task Completed     

ffuf

$-nothing$

Website contact

image.png