Bait A Phish
Bait A Phish
Security Pulse
tutorial · bandit

Bandit Level 0

SSH in, look around, and find the password for Level 1.
banditsshbasics
Narration (cached)
Marks this level complete in your browser.

Goal

Log into the Bandit wargame and get comfortable with the basics:

Steps

  1. SSH into the game server:
ssh bandit0@bandit.labs.overthewire.org -p 2220
  1. When prompted, use the Level 0 password from OverTheWire.

  2. List files:

ls
  1. Read the readme file:
cat readme

That output is the password for Level 1.

Notes

Bandit Track: OverviewBandit Level 1