본문 바로가기

wargame/bandit

Level 14 → Level 15

Level Goal

The password for the next level can be retrieved by submitting the password of the current level to port 30000 on localhost.
비밀번호는 현재 단계의 비밀번호를 localhost의 port 30000에 제출하면 검색할 수 있다

Code

bandit14@bandit:~$ ls
bandit14@bandit:~$ cd /etc/bandit_pass
bandit14@bandit:/etc/bandit_pass$ nc localhost 30000 < bandit14
Correct!
# 비밀번호

검색 결과, nc 명령어를 사용할 수 있음을 알았다
+) 참고1   참고2

#nc

'wargame > bandit' 카테고리의 다른 글

Level 16 → Level 17  (0) 2019.02.24
Level 15 → Level 16  (0) 2019.02.20
Level 13 → Level 14  (0) 2019.02.20
Level 12 → Level 13  (0) 2019.02.20
Level 11 → Level 12  (0) 2019.02.20