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 4

Hidden Files

PreviousLevel 3

Last updated 6 months ago

On level 3, we see the simple folder named inhere.

When we check the listing for the directory inhere, it does not reveal any information. Does this mean that the folder is empty? Not necessarily; lets use additional flags on the command to show all the files present. We will use the -la flag which enables long-listing all files.

and therefore we can simply use the cat command to find the flag.

🕵️‍♂️
OverTheWire: Level Goal
Logo
Utilizing the flags for the command