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 2

The password for the next level is stored in a file called - located in the home directory

PreviousLevel 1NextLevel 3

Last updated 6 months ago

Running the same ls command as before got us different results.

Here we will output the contents of the file

cat ./-

Then the password revealed that can be used to bandit2!

ssh [email protected] -p 2220

🕵️‍♂️
OverTheWire: Level Goal
Logo
listing all files at home dir