Level Goal
There is a git repository at ssh://bandit30-git@localhost/home/bandit30-git/repo. The password for the user bandit30-git is the same as for the user bandit30.
Clone the repository and find the password for the next level.
ssh://bandit30-git@localhost/home/bandit30-git/repo에 git 저장소가 있습니다. bandit30-git 사용자의 비밀번호는 bandit30 사용자의 비밀번호와 동일합니다.
저장소를 복제하고 다음 레벨의 비밀번호를 찾으십시오.
Hint
1. git tag
Write Up
더보기
git clone 후 README.md를 읽어보니, 비어있는 파일이라고 한다.
로그를 확인하니, 파일 생성 로그만 남아있었다.
브랜치에도 별다른 건 없었다...
다른 명령어를 해보던 중 tag 명령어가 있어서 한번 확인해봤다.
bandit31 :: 47e603bb428404d265f59c42920d81e5
'Wargame > OverTheWire' 카테고리의 다른 글
[OverTheWire System - Bandit] Level 32 → Level 33 (0) | 2021.11.21 |
---|---|
[OverTheWire System - Bandit] Level 31 → Level 32 (0) | 2021.11.21 |
[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 27 → Level 28 (0) | 2021.11.14 |
Comment