Bandit - level5 → level6
              
          2021. 4. 7. 21:04ㆍWarGame/Bandit
- ssh bandit5@bandit.labs.overthewire.org -p 2220
 - pw : koReBOKuIDDepwhWk7jZC0RTdopnAYKh
 - cd inhere
 - find -size 1033c
 - cat maybehere07/.file2
 
The password for the next level is stored in a file somewhere under the inhere directory and has all of the following properties:
human-readable
1033 bytes in size
not executable
위와 같은 힌트를 줬으니 사이즈로 find 함수 활용
'WarGame > Bandit' 카테고리의 다른 글
| Bandit - level7 → level8 (0) | 2021.04.12 | 
|---|---|
| Bandit - level6 → level7 (0) | 2021.04.10 | 
| Bandit - level4 → level5 (0) | 2021.04.06 | 
| Bandit - level3 → level4 (0) | 2021.04.04 | 
| Bandit - level2 → level3 (0) | 2021.03.31 |