Level Goal
The password for the next level is stored in the file data.txt, which contains base64 encoded data
다음 레벨의 비밀번호는 base64로 인코딩된 데이터가 포함된 data.txt 파일에 저장됩니다.
Hint
1. base64 명령어
Write Up
더보기
data.txt 파일을 확인한 결과 bandit11의 pw가 base64 인코딩되어있는 것으로 보인다.
base64 명령어을 통해 디코딩을 시키겠다.
옵션을 확인한 결과 -d 옵션을 사용하면 디코딩이 된다고 한다.
확인한 결과 디코딩이 아주 잘 되었다.
bandit11 :: IFukwKGsFW8MOq3IRFqrxE1hxTNEbUPR
'Wargame > OverTheWire' 카테고리의 다른 글
[OverTheWire System - Bandit] Level 13 >> Level 14 (0) | 2021.10.31 |
---|---|
[OverTheWire System - Bandit] Level 12 >> Level 13 (0) | 2021.10.31 |
[OverTheWire System - Bandit] Level 9 >> Level 10 (0) | 2021.10.28 |
[OverTheWire System - Bandit] Level 8 >> Level 9 (0) | 2021.10.27 |
[OverTheWire System - Bandit] Level 7 >> Level 8 (0) | 2021.10.27 |
Comment