Bandit Level 3 → Level 4
Level Goal
The password for the next level is stored in a hidden file in the inhere directory.
Sol)
bandit3 계정으로 접속하고 'inhere' 디렉토리 안의 숨겨진 파일을 출력해서 코드를 찾으면 끝이다.
# 디렉토리로 이동 (cd; change directory)
cd inhere
# 지정 경로 디렉토리로 이동
cd ./inhere
디렉토리로 이동하면 일반적인 ls 명령어로는 아무것도 안보이지만 -a 옵션을 같이 입력해 주면 보인다.
파일을 출력하고 비밀번호를 찾고 bandit4 계정으로 접속하면 끝.