Level 10 문제
Level 10 풀이
이번문제는 data.txt 파일은 base64 로 인코팅 되어 있다고 한다.
cat data.txt 파일을 열어주게 되면 base64 값이 나오게 되는데 이 값을 해독할려면
cat data.txt | base64 -d 명령어를 입력해주면 base64가 디코팅 되어 패스워드를 얻을수 있다.
더보기
IFukwKGsFW8MOq3IRFqrxE1hxTNEbUPR
'CTF Write-UP > overthewire.org (완료)' 카테고리의 다른 글
Bandit Level 12 → Level 13 (0) | 2021.09.24 |
---|---|
Bandit Level 11 → Level 12 (0) | 2021.09.20 |
Bandit Level 9 → Level 10 (0) | 2021.09.19 |
Bandit Level 8 → Level 9 (0) | 2021.09.19 |
Bandit Level 7 → Level 8 (0) | 2021.09.18 |
댓글