Skip to content

justinthepatchnotes/Over-The-Wire-Bandit-CTF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Over The Wire Bandit Linux CTF

Bandit Level 0

Level Goal

The goal of this level is for you to log into the game using SSH. The host to which you need to connect is:

  • Host: bandit.labs.overthewire.org
  • Port: 2220
  • Username: bandit0
  • Password: bandit0

Run the following command in your terminal:

ssh bandit0@bandit.labs.overthewire.org -p2220

When prompted, enter the password:

bandit0

Bandit Level 0


Bandit Level 0 → Level 1

Level Goal

The password for the next level is stored in a file called readme located in the home directory. Use this password to log into bandit1 using SSH. Whenever you find a password for a level, use SSH (on port 2220) to log into that level and continue the game.

First, list the files in the directory:

dir

Then, open the readme file:

nano readme

The password for bandit1 will be displayed in the file. Use it to log into the next level.

Bandit Level 0 → Level 1

Bandit Level 0 → Level 1.1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published