Bandit Level 10 → Level 11
Level Goal
The password for the next level is stored in the file data.txt, which contains base64 encoded data
Commands you may need to solve this level
grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd
Helpful Reading Material
비밀번호는 data.txt에 존재하며 base64로 인코드 되어있다.
bandit10@bandit:~$ base64 -d data.txt
The password is 6zPeziLdR2RKNdNYFNb6nVCKzphlXHBM
'WarGame > Bandit WarGame' 카테고리의 다른 글
Bandit WarGame Level 12 -> Level 13(xxd, tar -xvf, gzip -d) (0) | 2023.11.15 |
---|---|
Bandit WarGame Level 11 -> Level 12(tr, 문자치환) (1) | 2023.11.15 |
Bandit WarGame Level 9 -> Level 10(strings, 사람이 읽을 수 있는 글자만) (1) | 2023.11.15 |
Bandit WarGame Level 8 -> Level 9(sort, uniq) 중복되지 않는 행 찾기 (2) | 2023.11.12 |
Bandit WarGame Level 7 -> Level 8(grep) (1) | 2023.11.12 |