lv10#
ssh [email protected] -p 2220
#EN632PlfYiZbn3PhVK3XOGSlNInNE00tThe password for the next level is stored in the file data.txt, which contains base64 encoded data
data.txt가 base64로 인코딩되어있다.
- 가볍게 디코딩해주면 된다.
bandit10@bandit:~$ cat data.txt | base64 --decode
#The password is 6zPeziLdR2RKNdNYFNb6nVCKzphlXHBM인터넷을 찾아보니깐 더 좋은 방법이 있었다.
bandit10@bandit:~$ base64 --decode data.txt