What you will find different about this write-up is that I will not be providing you the answers to the questions. This is a capture the flag, you have to gain the answers yourself. I will however provide you with the details on how I accomplished this CTF so you can gain the knowledge of some tools and exploits and gather the flags.
Unlike some of the other challenges, labs and CTF's on THM, this one only has 2 flags that you must solve. And just like Alice in Wonderland you'll discover that things will not be so easy, and that everything is UPSIDE DOWN!
So we will start this CTF just like any other with an nmap scan. I personally tend to run the same type every time
|
The output of the scan we get is a bit interesting. We received only 2 ports back, port 22 and port 80. with an HTTP title of "Follow the white rabbit"
Yes my screen shots are cut off a bit, sorry
With the nmap scan out of the way and pointing to a website, I then decided we needed to view this webpage.
When getting to the webpage we get the opening/home/index page that does not provide us much information.
I did decide to check the source code of the page as well as the css script, was not able to find anything too useful to gain a foothold on this machine. I then turn my attention to running a directory scan of the site using gobuster.
|
|
|
|
|
|
|
|
|
|
|
|
QUESTIONS
I want to apologize for the length of this write-up, this challenge was a long one to work on. But it was a good one! Thank you to NinjaJC01 for creating this CTF.
Happy Hacking everyone!