OverTheWire - Natas2

February 7, 2026


back

Introduction

This level is also very easy, and identical to the previous level.


Natas2

Same as the previous two, this page starts with text: There is nothing on this page

I started with some basic reconnaissance in the Inspect element, where I opened the content div and found this.

Inspect Element showing the content div with a hidden img tag

This is interesting, because it reveals a directory we previously didn't know about.
After navigating to the /files/ directory, you're shown two files: pixel.png and users.txt.
After opening users.txt:

Text inside of /files/users.txt

Which gives you the flag:
3gqisGdR0pjm6tpkDKdIWO2hSvchLeYH

back