min8282

Bandit Level 0 -> Level 1 본문

Wargame/Bandit

Bandit Level 0 -> Level 1

min8282 2024. 4. 10. 03:43

Level Goal

The password for the next level is stored in a file called readme located in the home directory. Use this password to log into bandit1 using SSH. Whenever you find a password for a level, use SSH (on port 2220) to log into that level and continue the game.


다음 Level 즉, Level 1로 가기 위한 비밀번호는 홈 디렉토리에 있는 readme 파일에 있다.

 

readme 파일에 있는 비밀번호를 찾아서 Level1에 로그인을 하면 끝!

 

홈 디렉토리에 있는 파일 리스트들을 보기 위해 명령어 ls를 입력하면 아래와 같이 파일 리스트를 볼 수 있다.

 

 

readme 파일이 있는 것까지 확인. 이제 readme 파일을 읽어보기 위한 명령어 cat을 사용해서 파일을 읽어 본다.

 

readme 파일에는 NH2SXQwcBdpmTEzi3bvBHMM9H66vVXjL이 작성된 것을 확인할 수 있다.

 

Level1로 가는 비밀번호 획득 끝.

 

해당 서버에서 나가려면 exit를 사용하면 된다.

'Wargame > Bandit' 카테고리의 다른 글

Bandit Level 4 -> Level 5  (1) 2024.04.11
Bandit Level 3 -> Level 4  (0) 2024.04.11
Bandit Level 2 -> Level 3  (0) 2024.04.10
Bandit Level 1 -> Level 2  (0) 2024.04.10
Bandit Level 0  (0) 2024.04.10