Abno's blog

Bandit Level 0-1

First, we want to see the content of the directory in which we landed. We do that using the ls command.

Then we have to just display content of the only file accessible to us. The cat command does just that.

cat readme

output: ---flag---

#bandit #ctf #overthewire