Home Bandit [Level 0] - Overthewire
Post
Cancel

Bandit [Level 0] - Overthewire

Bandit0 is the first level of the OverTheWire Bandit wargame. In this level, we will learn how to use SSH to connect to the remote server and gain access to the password for the next level.

ssh bandit0@bandit.labs.overthewire.org -p 2220
enter password: bandit0

Enter the following command to search for the file “readme” in the /home directory

1
find /home -name readme 2>/dev/null

output result –> /home/bandit0/readme

Read file Readme

1
cat /home/bandit0/readme

==> CTF: { NH2SXQwcBdpmTEzi3bvBHMM9H66vVXjL }

This post is licensed under CC BY 4.0 by the author.