Level Goal
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
Commands you may need to solve this level
ls, cd, cat, file, du, find
0. bandit5 로그인
koReBOKuIDDepwhWk7jZC0RTdopnAYKh
1. 조건 맞춤 탐색하기
bandit5@bandit:~/inhere$ du -a -b | grep 1033
1033 ./maybehere07/.file2
bandit5@bandit:~/inhere$ cat ./maybehere07/.file2
DXjZPULLxYr17uwoI01bNLQbtFemEgo7
du(disk usage)로 파일의 용량을 확인하는 명령어이다. -a 옵션으로 현재디렉토리 뿐만아니라 그하위의 것도 겁색하며 -b 옵션으로 byte 수를 출력한다 그에대한 표준출력을 표준입력으로 grep에 전달하며 내용이 1033이포함된 줄을 출력하게한다. 그 후 파일을 확인하면 비밀번호가 있다.
2. bandit06 비밀번호
DXjZPULLxYr17uwoI01bNLQbtFemEgo7