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
1. home 및 파일 확인
bandit0@bandit:~$ ls
readme
bandit0@bandit:~$ cat readme
boJ9jbbUNNfktd78OOpsqOltutMc3MY1
ls 명령어는 파일들의 리스트 정보를 보여준다. 옵션에 따라 해당 파일의 상세정보도 조회가능하다. 해당 기능으로 현재 home안에 존재하는 파일 readme를 확인하였고 파일의 내용을 볼수있는 cat 명령어로 해당파일을 조회하자 비밀번호가 들어있었다.
2. bandit2 암호
boJ9jbbUNNfktd78OOpsqOltutMc3MY1