There is a git repository at ssh://bandit27-git@bandit.labs.overthewire.org/home/bandit27-git/repo via the port 2220. The password for the user bandit27-git is the same as for the user bandit27.
Clone the repository and find the password for the next level.
hint: git
문제에서 시키는대로 진행해볼게요.
┌──(miso㉿KimMDR)-[~]
└─$ git clone ssh://bandit27-git@bandit.labs.overthewire.org:2220/home/bandit27-git/repo
Cloning into 'repo'...
_ _ _ _
| |__ __ _ _ __ __| (_) |_
| '_ \ / _` | '_ \ / _` | | __|
| |_) | (_| | | | | (_| | | |_
|_.__/ \__,_|_| |_|\__,_|_|\__|
This is an OverTheWire game server.
More information on http://www.overthewire.org/wargames
backend: gibson-0
bandit27-git@bandit.labs.overthewire.orgs password: '<-- bandit27 password 입력'
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (3/3), done.
포트번호 입력하는거 잊지 맙시다
다 파일 clone 했으니까 확인해보면
┌──(miso㉿KimMDR)-[~]
└─$ ls
bandit13 password.txt repo
┌──(miso㉿KimMDR)-[~]
└─$ cd repo
┌──(miso㉿KimMDR)-[~/repo]
└─$ ls
README
┌──(miso㉿KimMDR)-[~/repo]
└─$ cat README
The password to the next level is: Yz9IpL0sBcCeuG7m9uQFt8ZNpS4HZRcN
중요한건 서버가 아닌 로컬에서 clone 하는 문제였네용
'bandit' 카테고리의 다른 글
| [OverTheWire] bandit 29 -> 30 (0) | 2025.12.12 |
|---|---|
| [OverTheWire] bandit 28 -> 29 (0) | 2025.12.11 |
| [OverTheWire] bandit 25 -> 27 (0) | 2025.12.04 |
| [OverTheWire] bandit 24 -> 25 (0) | 2025.11.30 |
| [OverTheWire] bandit 23 -> 24 (0) | 2025.11.28 |