메-모해봅시다.
Bandit Level 1 → Level 2 본문
Level Goal
The password for the next level is stored in a file called - located in the home directory
Commands you may need to solve this level
ls, cd, cat, file, du, find
목표
다음 단계로 가는 비밀번호는 홈 디렉토리에있는 - 라는 파일에 저장되어 있습니다.
이 단계를 해결할 때 유용한 명령어
ls, cd, cat, file, du, find
-어떻게 풀까?
이번 단계는 단순히 홈디렉토리에 있는 - 라는 파일을 열어 비밀번호를 얻으면 된다.
그러나 cat - 라고 입력할 시, 제대로 된 반응이 없다.
이는 - 가 특수문자이며 여러 명령어에 쓰이기 때문이라고 추측된다.
이럴 경우에는 파일의 경로명까지 포함해서 명확히 지정해 주자.
상대경로를 포함해 입력하는 방식으로 cat ./-라고 입력해 주면 (이 위치에 -파일을 cat하라고 명령) 정상적으로 비밀번호가 출력된다.
비밀번호가 CV1DtqXWVFXTvM2F0k09SHz0YwRINYA9인 것도 알아냈으니 다음 단계로 접속하도록 하자.
'리눅스 > Over The Wire' 카테고리의 다른 글
Bandit Level 4 → Level 5 (0) | 2020.05.08 |
---|---|
Bandit Level 3 → Level 4 (0) | 2020.05.08 |
Bandit Level 2 → Level 3 (0) | 2020.05.08 |
Bandit Level 0 → Level 1 (0) | 2020.05.08 |
Bandit Level 0 (0) | 2020.05.08 |