Bandit Level 3 → Level 4 [3/34]

2025. 5. 27. 23:18·CTF/Bandit

 

OverTheWire: Level Goal

We're hackers, and we are good-looking. We are the 1%. <!-- Please read and accept the Rules! --> Level Goal The password for the next level is stored in a file called spaces in this filename located in the home directory Commands you may need to solve thi

overthewire.org

 

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

 

 

확인할 때, 단순히 ls로 확인하는 것 보다 ls -l이 더 직관적이여서 이제 ls -l로 확인하려고 한다.

bandit3@bandit:~$ ls -l
total 4
drwxr-xr-x 2 root root 4096 Apr 10 14:23 inhere

 

 

앞에 d가 달려있는 것을 보아하니 디렉터리인가보다. 들어가서 확인해보자.

bandit3@bandit:~$ cd inhere/
bandit3@bandit:~/inhere$ ls -l
total 0

 

 

들어가서 확인해보니 아무런 파일이 없다고 나온다. 숨김 파일중에 존재하는지 한번 확인해보자.

bandit3@bandit:~/inhere$ ls -la
total 12
drwxr-xr-x 2 root    root    4096 Apr 10 14:23 .
drwxr-xr-x 3 root    root    4096 Apr 10 14:23 ..
-rw-r----- 1 bandit4 bandit3   33 Apr 10 14:23 ...Hiding-From-You

 

 

이제 ls -l도 아닌 ls -la를 하는 습관을 들여야겠다.

bandit3@bandit:~/inhere$ cat ...Hiding-From-You 
[PASSWORD]

 

'CTF > Bandit' 카테고리의 다른 글

Bandit Level 5 → Level 6 [5/34]  (0) 2025.05.28
Bandit Level 4 → Level 5 [4/34]  (0) 2025.05.27
Bandit Level 2 → Level 3 [2/34]  (0) 2025.05.27
Bandit Level 1 → Level 2 [1/34]  (0) 2025.05.27
Bandit Level 0 → Level 1 [0/34]  (0) 2025.05.27
'CTF/Bandit' 카테고리의 다른 글
  • Bandit Level 5 → Level 6 [5/34]
  • Bandit Level 4 → Level 5 [4/34]
  • Bandit Level 2 → Level 3 [2/34]
  • Bandit Level 1 → Level 2 [1/34]
LimSeongHyeon
LimSeongHyeon
개발 + 정보보안
  • LimSeongHyeon
    삽질의 정수
    LimSeongHyeon
  • 전체
    오늘
    어제
    • Categories (45) N
      • Basic (5)
        • Network (3)
        • Application (1)
        • Cryptography (0)
        • Cloud (0)
        • Forensic (1)
      • Report (3) N
        • Tools (3) N
        • Windows (0)
        • Shell (0)
      • Lab (0)
        • SQL Injection (0)
      • Pentesting (0)
      • CTF (11)
        • Bandit (11)
      • Certification (18)
        • 리눅스마스터 1급 (17)
        • 정보보안기사 (1)
      • Server (1)
        • DevOps (1)
      • Diary (7)
        • 개발 (2)
        • 취미 (0)
        • 일지 (0)
        • 메모 (5)
  • 공지사항

  • 인기 글

  • 최근 글

  • 태그

    s/w 설치 및 관리
    VMware
    mrproper
    mac
    overthewire
    장치의 설치 및 관리
    하드 프리즈
    리눅스마스터 1급
    ssh
    Bandit
    리눅스
    Phisical Layer
    tcp wrapper
    파일 시스템
    aws요금
    파일 서비스
    주변장치 관리
    슈퍼 데몬
    prompt injection
    시스템 백업
    LLM
    xined
    인증 서비스
    리눅스 마스터 1급
    소프트웨어 설치 및 관리
    Volatility3
    Proxmark3
    시스템 보안 및 관리
    포테이너
    zombie-crontab
  • hELLO· Designed By정상우.v4.10.4
LimSeongHyeon
Bandit Level 3 → Level 4 [3/34]
상단으로

티스토리툴바