본문 바로가기
Security/OverTheWire

Bandit Level 3 → Level 4 (숨김 파일)

by curious week 2025. 12. 1.

문제

The password for the next level is stored in a hidden file in the inhere directory.

## 문제 요구사항
inhere 디렉토리에 숨김 파일을 읽어서 비밀번호를 획득

## 내가 사용한 명령어
ssh bandit3@bandit.labs.overthewire.org -p 2220
ls
cd ./inhere
ls -la
cat ...Hiding-From-You

## 왜 이 명령어를 골랐는가
ls -la로 숨김 파일까지 읽기