Overview
| Field | Value |
|---|---|
| URL | http://natas0.natas.labs.overthewire.org |
| Username | natas0 |
| Password | natas0 |
Hints
Hint 1 — What else is in a web page?
Hint 1 — What else is in a web page?
Browsers parse HTML and render the visible parts. But HTML can contain elements that are never displayed — comments, hidden elements, metadata. Is there anything in this page’s source that the browser isn’t showing you?
Hint 2 — How do you see the raw source?
Hint 2 — How do you see the raw source?
Every browser lets you view the raw HTML sent by the server. Try pressing
Ctrl+U or looking in the browser’s View menu. Search the source for the word “password”.Solution
Full walkthrough
Full walkthrough