Level 3

File with spaces!

Herein, we must print the contents of the file containing spaces.

Running the same ls command we find:

Bandit2 home dir

We will escape the spaces in order for the file to be treated as one file, and not multiples.

cat spaces\ in\ this\ filename
# This directly outputs the password requried.

We can then use the password to move onto level 4!

Last updated