Level Goal
The password for the next level is stored in a file called - located in the home directory
다음 단계의 암호는 홈 디렉토리에 있는 - 라는 파일에 저장됩니다.
Hint
1. ls 명령어
2. cat 명령어
3. 리눅스 경로 표시법
Write Up
더보기
bandit1 사용자에 접속하니, 실제로 -이라는 파일이 있었다.
한번 cat 명령어를 사용하여 내용을 확인하였다.
cat 명령어을 이용하였지만, 아무것도 출력되고 있지 않고 있었다.
나는 현재 디렉토리를 뜻하는 ./을 넣어줌으로써 -를 열도록 cat 명령어에게 명시를 해주니, 잘 읽는 것을 볼 수 있다.
bandit2 :: CV1DtqXWVFXTvM2F0k09SHz0YwRINYA9
'Wargame > OverTheWire' 카테고리의 다른 글
[OverTheWire System - Bandit] Level 7 >> Level 8 (0) | 2021.10.27 |
---|---|
[OverTheWire System - Bandit] Level 6 >> Level 7 (0) | 2021.10.27 |
[OverTheWire System - Bandit] Level 5 >> Level 6 (0) | 2021.10.26 |
[OverTheWire System - Bandit] Level 4 >> Level 5 (0) | 2021.10.26 |
[OverTheWire System - Bandit] Level 0 >> Level 1 (0) | 2021.10.25 |
Comment