Bandit Level 0 → Level 1

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. Whenever you find a password for a level, use SSH (on port 2220) to log into that level and continue the game.

Commands you may need to solve this level

ls , cd , cat , file , du , find

 

find(1) - Linux manual page

find(1) — Linux manual page FIND(1) General Commands Manual FIND(1) NAME         top find - search for files in a directory hierarchy SYNOPSIS         top find [-H] [-L] [-P] [-D debugopts] [-Olevel] [starting-point...] [expression] DESCRIPTION

man7.org

 

다음 레벨로 가는 비밀번호는 사용자 홈 디렉토리의 readme 파일에 기재 되어있다. 

다음 사용자는 bandit1이다.

 


readme 파일의 비밀번호와 다음 레벨로 접속하는 ssh

 

참고로 bandit0에서 바로 bandit1로 갈 수 없다 접속 해재 후 다시 badnit1로 접속해야함

비밀번호: NH2SXQwcBdpmTEzi3bvBHMM9H66vVXjL

Level 1->2 GOGO

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

Bandit WarGame 4 -> 5  (0) 2023.11.10
Bandit WarGame 3 -> 4  (0) 2023.11.10
Bandit WarGame 2->3  (0) 2023.11.10
Bandit WarGame 1->2  (0) 2023.11.10
Bandit WarGame 접속  (0) 2023.11.10

Badnit WarGame 주소

https://overthewire.org/wargames/bandit/bandit0.html

 

OverTheWire: Level Goal

We're hackers, and we are good-looking. We are the 1%. 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

overthewire.org

 

Bandit 사이트

Level 0로 들어가면 접속방법이 기재되어있다.


Level 0

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로  bandit.labs.overthewire.org 로 접속 포트는 2220, 사용자 bandit0, 비밀번호 bandit0로 접속

 


PS C:\Users\k> ssh bandit0@bandit.labs.overthewire.org -p 2220

ssh 접속 후 화면

Level0 ->1로 GOGO

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

Bandit WarGame 4 -> 5  (0) 2023.11.10
Bandit WarGame 3 -> 4  (0) 2023.11.10
Bandit WarGame 2->3  (0) 2023.11.10
Bandit WarGame 1->2  (0) 2023.11.10
Bandit WarGame Level0 -> 1  (0) 2023.11.10

+ Recent posts