OverTheWire Natas Guide

here's how to solve the natas level 0 → 1

Back to the Natas Guides

Previous Level Guide: Natas Level 0


Access

Username: natas1

Password: HtPBZi9UCgzH3jni7JtVqsmJsFnMcqJm

URL: http://natas1.natas.labs.overthewire.org

Info

Description: No description, get inside the level to know.

Theory

Not much to do with the details from the task, so just skipping to doing it.

Solution

We enter to the url with the password from last level:

It seems they are telling us that right-clicking is not allowed on this page, which doesn't let us look at the View Source from the context menu by right-clicking, although I also said that it can be accessed with the Ctrl+U keyboard shortcut:

Yup that alert pops up if we right click, so let's try using the Ctrl+U shortcut, and see if it lets us enter the View Source mode:

<!--The password for natas2 is 7xEUV0PWSv76ZImHMphRD2UmGvZw7zoZ -->

And that's our password! Now you can exit and go to the next level.

https://overthewire.org/wargames/natas/natas1.html
Next Level Guide: Natas Level 1 → Level 2