Wargame/Bandit
Bandit Level 0
min8282
2024. 4. 10. 03:30
Level Goal
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.
Level 0에서는 SSH를 사용하여 게임에 로그인하는 것이 목표다.
호스트는 bandit.labs.overthewire.org
포트번호는 2220, 아이디와 비밀번호는 bandit0다.
터미널에서 실행시켜 보려면 ssh bandit0@bandit.labs.overthewire.org -p 2200 작성하면 된다.
그럼 아래처럼 password를 입력해야 되는데 이때 앞서 알려준 비밀번호를 적으면 된다. (= bandit0)
접속이 된 것을 확인할 수 있다.
로그인 완료!