Skip to main content

Bandit Level 0 → 1

Shubham
Cybersecurity Enthusiast

connect to bandit's server using ssh using command given below

ssh bandit0@bandit.labs.overthewire.org -p 2220

then follow the given commands below:
ls - gives the list of files/folders
cat - read the file contents

bandit0@bandit:~$ ls
readme
bandit0@bandit:~$ cat readme
Congratulations on your first steps into the bandit game!!
Please make sure you have read the rules at https://overthewire.org/rules/
If you are following a course, workshop, walkthrough or other educational activity,
please inform the instructor about the rules as well and encourage them to
contribute to the OverTheWire community so we can keep these games free!

The password you are looking for is: ZjLjTmM6FvvyRnrb2rfNWOZOTa6ip5If

bandit0@bandit:~$

<!-- truncate -->