Bandit Level 1 → Level 2 [1/34]

2025. 5. 27. 23:06·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 readme located in the home directory. Use this password to log into bandit1 using SSH. W

overthewire.org

 

접속

 

$ ssh -p 2220 bandit1@bandit.labs.overthewire.org
$ password 입력

 

The password for the next level is stored in a file called - located in the home directory

 

flag를 찾기 위해 ls -l을 사용했는데 "-"라는 파일이 나온다.

$ ls -l
total 4
-rw-r----- 1 bandit2 bandit1 33 Apr 10 14:23 -

 

 

그래서 cat -을 했더니 -가 옵션 지정자라 파일이 안열리고 옵션값 달라고 실행이 안된다...

$ cat -

"
"
\
\
^C

 

-로만 시작 안하면 되는거니까 Full Path 적으면 되겠다 싶어 ./를 붙였다.

$ cat ./-
[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 3 → Level 4 [3/34]  (0) 2025.05.27
Bandit Level 2 → Level 3 [2/34]  (0) 2025.05.27
Bandit Level 0 → Level 1 [0/34]  (0) 2025.05.27
'CTF/Bandit' 카테고리의 다른 글
  • Bandit Level 4 → Level 5 [4/34]
  • Bandit Level 3 → Level 4 [3/34]
  • Bandit Level 2 → Level 3 [2/34]
  • Bandit Level 0 → Level 1 [0/34]
LimSeongHyeon
LimSeongHyeon
삽질의 정수
  • LimSeongHyeon
    임성현의 개발블로그
    LimSeongHyeon
  • 전체
    오늘
    어제
    • 분류 전체보기 (38)
      • Security (2)
        • Forensic (1)
        • Tools (1)
        • Report (0)
      • CTF (11)
        • Bandit (11)
      • Basic (0)
        • Data Structures (0)
        • Algorithms (0)
        • Databse (0)
        • Network (0)
      • App (0)
        • iOS (0)
        • Flutter (0)
        • Android (0)
      • Server (1)
        • Backend (0)
        • Database (0)
        • Network (0)
        • DevOps (1)
      • Certification (17)
        • 리눅스마스터 1급 (17)
        • 정보보안기사 (0)
      • 일상 (7)
        • 개발 (2)
        • 취미 (0)
        • 일지 (0)
        • 메모 (5)
  • 공지사항

  • 인기 글

  • 최근 글

  • 태그

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

티스토리툴바