Writeup - OverTheWire Bandit2

Writeup - OverTheWire Bandit2

The purpose of this level is to demonstrate how to handle filenames that contain spaces.

After SSH-ing into bandit2 using the password found in the previous level, the password for the next level can be found in a file named "spaces in this filename."

This file can be accessed by cat "spaces in a filename" or cat spaces\ in\ a\ filename

Here's a helpful article on how to handle filenames that contain spaces!

Good luck!