Bandit Level 2 → Level 3

Goal: Find the password for the next level.

🔍 Objective:

“The Password for the next level is stored in a file called “spaces in this filename” located in the home directory.”

Once again utilizing google, I searched “spaces in filename” and this is what I found:

2025-05-21 13_09_07-How can I go to a directory whose file name has spaces between them in the Linux

Stackoverflow

With this information, I tried what google said. Shoutout google and StackOverflow.

bandit2@bandit:~$ ls
spaces in this filename

bandit2@bandit:~$ cat 'spaces in this filename'
MNK8KNH3Usiio4lPRUEoDFPqfxLPLSmx

Why this works? :