Natas 설명


Natas teaches the basics of serverside web-security.

Each level of natas consists of its own website located at http://natasX.natas.labs.overthewire.org, where X is the level number.
There is no SSH login. To access a level, enter the username for that level (e.g. natas0 for level 0) and its password.

Each level has access to the password of the next level.
Your job is to somehow obtain that next password and level up.
All passwords are also stored in /etc/natas_webpass/.
E.g. the password for natas5 is stored in the file /etc/natas_webpass/natas5 and only readable by natas4 and natas5.
Start here:

Username: natas0
Password: natas0
URL:       http://natas0.natas.labs.overthewire.org


풀이

bandit을 다 풀어본 사람으로써 익숙한 형식이다. 다만 ssh 접속이 아니라 web으로 접속해서, web과 관련된 문제를 푸는것같다!!
bandit의 password는 /etc/bandit_pass/banditX   에 있었다면,
Natas의 password는 /etc/natas_webpass/natasX   에 있다고 합니다.

일단 그냥 시작합니다!

댓글남기기