Bandit

Bandit Level 0 - log into the game using SSH

developerYoung 2023. 8. 27. 22:33
반응형

문제

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포트로 연결하면 된다.

 

나는 putty를 사용해서 연결해보려한다!

 

나는 아래의 putty 다운로드 사이트에서 실행파일을 다운받아서 실행했더니 다음과 같은 화면이 나왔다.

 

https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

 

반응형

 

 

자 여기서 우리는 Host Name에 bandit.labs.overthewire.org 을 , Port에 2220을 입력하여 들어가보자!

 

 

아마 이렇게 로그인 화면이 나온다면 성공이니,  bandit0 로 login하고, password도 bandit0 를 입력하면 아주 성공적으로 실행될 것이다.

 

 

이런식으로 화면이 나왔다면 우리는 level 1로 넘어갈 수 있다!

 


기본적으로 개발을 하면서 SSH로 서버에 접속을 하다보니 level0는 쉽게 보였던 것 같다.

계속해서 진행하면서 언제부터 갑자기 난이도가 올라가는지 얼른 확인해보고 싶다 ㅎㅎㅎ

반응형