Bandit Level 1 → Level 2

Goal: Find the password for the next level.

🔍 Objective:

“The password for the next level is stored in a file called -. It is in the home directory.”

After Googling how to read files starting with -

2025-05-21 12_43_24-ubuntu - How can I open a file whose name starts with _-__ - Server Fault

Serverfault

I found that ./ should work so lets try it.

bandit1@bandit:~$ ls
-
bandit1@bandit:~$ cat ./-
263JGJPfgU6LtdEvgfWU1XP5yac29mFx

TaaaaDaaaa!

Why this works?: