OverTheWire Bandit Level 7–8

br4ind3ad
Jan 30, 2021

--

Given: The password for the next level is stored in the file data.txt next to the word millionth

commands needed
grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd

This is an easy level & can be completed by simply using the command:

grep -i “millionth” data.txt

output :
37262:millionth cvX2JJa4CFA*******qwqGhBM9plV

--

--

No responses yet