Bandit Walkthrough – Level 2
Level Description
http://www.overthewire.org/wargames/bandit/bandit3.shtml
The purpose of this level is to show you how to access files with special characters in the file name. The password for bandit3 is located in a file with the name spaces is this file name.
Hint
You can either ensure the name is read literally, or you can escape the special characters in the name.
Solution | Show> |
---|---|
You made a slight mistake in this. It’s
cat “spaces in this filename”
not
cat “spaces in this file name”