Abno's blog

Bandit Level 7-8

We just use grep. Grep finds an expression in a file that we provide and outputs the result.

grep millionth data.txt

output: millionth ---flag----

#bandit #ctf #overthewire