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