Natas 6 -> 7

user: natas6
pass: aGoY4q2Dc6MgDq4oL4YtoKtyAg9PeHa1

Well, it looks like we need to input a secret of some sort. If only we knew what it was... Luckily, though, someone left a link to the website source code here. And, what's this? it very conveniently says, right there:

include "includes/secret.inc";

So let's start there. That looks like a folder we could try navigating to. http://natas6.natas.labs.overthewire.org/includes/secret.inc yields the secret: FOEIUWGHFEEUHOFUOIU.

Plugging that in gives us the password!

Comments

Popular posts from this blog

Natas 7 -> 8

Natas 11 -> 12

Natas 8 -> 9