Pranav's OverTheWire Walkthroughs
  • 💡Getting started
  • INTRODUCTION
    • 📚Basic Setup
    • ✍️Documentation Status
  • 🕵️‍♂️Bandit
    • Level 0
    • Level 1
    • Level 2
    • Level 3
    • Level 4
Powered by GitBook
On this page
  1. Bandit

Level 3

File with spaces!

PreviousLevel 2NextLevel 4

Last updated 6 months ago

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

Running the same ls command we find:

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!

🕵️‍♂️
OverTheWire: Level Goal
Logo
Bandit2 home dir