Sh4n3e

[웹해킹][Natas] Natas 문제를 풀어봅시다. 본문

Wargame/ NATAS

[웹해킹][Natas] Natas 문제를 풀어봅시다.

sh4n3e 2017. 11. 27. 16:23

오늘부터 간간히 Natas 문제를 풀어 포스팅하고자 한다.


해당 문제는 아래의 주소로 접속하면 Natas 0로 접속하는 링크와 Id/Pw를 제공한다.


http://overthewire.org/wargames/natas/


들어가보면 페이지의 내용은 아래와 같다.


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



이제 natas0를 풀어볼까?

Comments