Level Goal
There is a git repository at ssh://bandit27-git@localhost/home/bandit27-git/repo. 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.
ssh://bandit27-git@localhost/home/bandit27-git/repo에 git 저장소가 있습니다. bandit27-git 사용자의 비밀번호는 bandit27 사용자의 비밀번호와 동일합니다.
저장소를 복제하고 다음 레벨의 비밀번호를 찾으십시오.
Hint
1. git clone
Write Up
더보기
나는 git 저장소라는 단어를 보자마자 git clone이 생각났다. 최근에 개발 대회에 참가하여 github를 봐서 그런 듯 싶다...
git clone을 하니, bandit27-git의 pw를 입력하라고 한다. 문제 설명에 나온대로 bandit27의 pw을 입력하니, 저장소를 다운로드하였다.
다운로드가 끝나고 확인해보니, README 파일이 있었다.
확인을 해보니, bandit28의 pw가 들어있었다.
bandit28 :: 0ef186ac70e04ea33b4c1853d2526fa2
'Wargame > OverTheWire' 카테고리의 다른 글
[OverTheWire System - Bandit] Level 29 → Level 30 (0) | 2021.11.19 |
---|---|
[OverTheWire System - Bandit] Level 28 → Level 29 (0) | 2021.11.14 |
[OverTheWire System - Bandit] Level 26 → Level 27 (0) | 2021.11.13 |
[OverTheWire System - Bandit] Level 25 >> Level 26 (0) | 2021.11.12 |
[OverTheWire System - Bandit] Level 24 >> Level 25 (0) | 2021.11.10 |
Comment