OverTheWire Bandit level 10->11

br4ind3ad
Aug 4, 2021

--

Given:
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

first things first ssh into bandit10

base64 command decode flag is
“— — decode”

Syntax: base64 — — decode file_name

bandit10@bandit:~$ base64 — — decode data.txt
The password is IFukwKGsFW8MOq3*******xTNEbUPR

:) !

--

--

No responses yet