Wgel CTF: Walkthrough
- Strider Gearhead
- Sep 9, 2023
- 1 min read
This is a very easy machine, in which we have to get into the machine through SSH and then we have to escalate our privileges to get the root flag.

So Our Very First step is to run the Nmap scan.
Command: nmap -T5 -p- -A <target IP>
Now in the results we found 2 open ports,
SSH and HTTP.

I have filtered the nmap scan in this screenshot.
Now we will check for the port 80.
So there is a Apache web page.
If you want to read the full writeup, then please go to my Medium:
Comments