반응형
overthewire.org 문제 풀이 / Bandit Level 28 → Level 29
이전 레벨과 동일하게 git clone을 이용하여 repo를 받아옵니다.
그런데 이번에는 README.md 파일에 아래와 같이 출력됩니다.
git log -p 명령어를 이용하여, history를 보는데, -p 옵션으로 어떠한 코드가 변경되었는지 확인합니다.
그랬더니 패스워드를 변경한 부분이 있습니다.
이 부분이 다음 레벨의 패스워드로 보입니다.
반응형
'WarGame > [완]overthewire.org Bandit' 카테고리의 다른 글
overthewire.org 문제 풀이 / Bandit Level 30 → Level 31 (0) | 2020.10.15 |
---|---|
overthewire.org 문제 풀이 / Bandit Level 29 → Level 30 (0) | 2020.10.15 |
overthewire.org 문제 풀이 / Bandit Level 27 → Level 28 (0) | 2020.10.15 |
overthewire.org 문제 풀이 / Bandit Level 26 → Level 27 (0) | 2020.10.15 |
overthewire.org 문제 풀이 / Bandit Level 25 → Level 26 (0) | 2020.10.15 |