OverTheWire Natas Level 2 Walkthrough
Today we're doing a walkthrough of level 2 of the Natas CTF wargame hosted at:
http://natas2.natas.labs.overthewire.org
As usual, the page will require you to authenticate using the username of the current natas level (natas2) and the password we obtained from the previous level. Once authenticated, we see this webpage:
We'll take a look at the webpage's source just to make sure:
The page source indicates that there's an image on this page that we couldn't see. But more importantly, there's another directory called "files" where the image file is stored. We can manually navigate to that page using our web browser.
http://natas2.natas.labs.overthewire.org/files
One other file in this directory. Let's take a look:
http://natas2.natas.labs.overthewire.org/files/users.txt
Summary
Natas2 required us to enumerate an extra directory off of the webpage root directory by inspecting the page source. The password for the next level was located in a file located in the enumerated directory.
Finish
Comments
Post a Comment