Member-only story
TryHackMe: Steel Mountain
6 min readJun 18, 2021
A walkthrough.
Start with nmap.
nmap -A -vv target_ip
You will find web servers on port 80 and 8080.
I did reverse image search and got the answer.
Another way to do this is to Inspect the page and check the image element.
Task 1: Introduction
Who is the employee of the month?
Bill Harper
Task 2: Initial Access
Scan the machine with nmap. What is the other port running a web server on?
8080
Take a look at the other web server. What file server is running?
Rejetto HTTP File Server
What is the CVE number to exploit this file server?
2014–6287
Use Metasploit to get an initial shell. What is the user flag?
set RHOSTS target_ip
set RPORT…