본문 바로가기
Security/OverTheWire

Bandit Level 0

by curious week 2025. 11. 29.

문제

The goal of this level is for you to log into the game using SSH. The host to which you need to connect is bandit.labs.overthewire.org, on port 2220. The username is bandit0 and the password is bandit0. Once logged in, go to the Level 1 page to find out how to beat Level 1.

## 문제 요구사항
SSH를 사용하여 게임에 로그인
호스트는 포트 2220의 bandit.labs.overthewire.org
사용자 이름은 bandit0 비밀번호는 bandit0
로그인 후 레벨 1 페이지로 이동하여 레벨 1 클리어 방법을 확인하라

## 내가 사용한 명령어
ssh bandit0@bandit.labs.overthewire.org -p 2220

## 왜 이 명령어를 골랐는가
ssh로 접속
사용자이름@접속주소 bandit0@bandit.labs.overthewire.org
ssh의 기본포트는 22이기 때문에 -p로 2220으로 변경
접속 후 password 창에 비밀번호 bandit0 입력

CLI로 접속하기

TABBY  통해서 접속하기

 

'Security > OverTheWire' 카테고리의 다른 글

Bandit Level 3 → Level 4 (숨김 파일)  (0) 2025.12.01
Bandit Level 2 → Level 3 (공백 처리)  (0) 2025.12.01
Bandit Level 1 → Level 2  (0) 2025.11.30
Bandit Level 0 → Level 1  (0) 2025.11.30
Over the Wire - Wargames  (0) 2025.09.18