반응형
https://overthewire.org/wargames/bandit/bandit11.html
OverTheWire: Level Goal
We're hackers, and we are good-looking. We are the 1%. 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,
overthewire.org
Level Goal
The password for the next level is stored in the file data.txt, which contains base64 encoded data.
풀이
data.txt 파일의 내용이 base64로 인코딩 되어 있다고 한다. 그냥 디코딩 해서 보면 된다.
base64 [내용] : bse64 인코딩
base64 --decode [내용] : base64 디코딩
더보기
6zPeziLdR2RKNdNYFNb6nVCKzphlXHBM
반응형