overthewire.org 문제 풀이 / Bandit Level 30 → Level 31
우선 git clone 명령어로 repo를 받아오고, 그 디렉토리의 파일의 내용을 확인해 보겠습니다.
파일 내용에는 아무것도 없습니다.
git log로 history를 확인을 해도 내용이 없고, git branch -r로 원격 저장소의 branch에 다른 branch는 없습니다.
git show-ref로 태그를 확인해보겠습니다.
secret으로 되어 있는 tags가 있는데, 이 내용을 보면 다음 레벨의 패스워드가 출력되는 것을 볼 수 있습니다.
'WarGame > [완]overthewire.org Bandit' 카테고리의 다른 글
overthewire.org 문제 풀이 / Bandit Level 32 → Level 33 (0) | 2020.10.15 |
---|---|
overthewire.org 문제 풀이 / Bandit Level 31 → Level 32 (0) | 2020.10.15 |
overthewire.org 문제 풀이 / Bandit Level 29 → Level 30 (0) | 2020.10.15 |
overthewire.org 문제 풀이 / Bandit Level 28 → Level 29 (0) | 2020.10.15 |
overthewire.org 문제 풀이 / Bandit Level 27 → Level 28 (0) | 2020.10.15 |