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.
ssh를 사용해 접속 후 readme 파일을 읽어 다음 레벨로 가는 비밀번호를 찾는 문제이다.
ssh 접속 방법은 ssh [uname] [ip] -p [port number] 이다.
접속 후 readme 파일을 읽어 주면 lever2 비밀번호인 NH2SXQwcBdpmTEzi3bvBHMM9H66vVXjL 를 확인할 수 있다.
'Bandit' 카테고리의 다른 글
[Bandit] Level 5 (0) | 2023.07.13 |
---|---|
[Bandit] Level 4 (0) | 2023.07.13 |
[Bandit] Level 3 (0) | 2023.07.13 |
[Bandit] Level 2 (0) | 2023.07.13 |
[Bandit] Level 1 (0) | 2023.07.13 |