문제설명


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.

Commands you may need to solve this level
ls, cd, cat, file, du, find


문제풀이

ls 명령어로 현재경로에 어떤 파일들이 존재하는지 확인한 후에, cat 명령어로 readme를 읽으면 bandit1의 flag를 얻는다.

접속만 하면 풀수있게 해놨기에 어려운것은 따로 없다.

이런식으로 문제가 진행된다는 사실만 인지하고 나머지 단계들도 풀면 되겠다.

댓글남기기