The goal of this level is for you to log into the game using SSH. The host to which you need to connect is bandit.labs.overthewire.org, on port 2220. The username is bandit0 and the password is bandit0. Once logged in, go to the Level 1 page to find out how to beat Level 1.
$ ssh ssh://bandit0@bandit.labs.overthewire.org:2220
_ _ _ _
| |__ __ _ _ __ __| (_) |_
| '_ \ / _` | '_ \ / _` | | __|
| |_) | (_| | | | | (_| | | |_
|_.__/ \__,_|_| |_|\__,_|_|\__|
This is an OverTheWire game server.
More information on http://www.overthewire.org/wargames
bandit0@bandit.labs.overthewire.org's password:
Welcome to OverTheWire!
------------
Enjoy your stay!
bandit0@bandit:~$
We can use the '-p' option to connect to a remote host using the specified port.
$ ssh bandit0@bandit.labs.overthewire.org -p 2220
_ _ _ _
| |__ __ _ _ __ __| (_) |_
| '_ \ / _` | '_ \ / _` | | __|
| |_) | (_| | | | | (_| | | |_
|_.__/ \__,_|_| |_|\__,_|_|\__|
This is an OverTheWire game server.
More information on http://www.overthewire.org/wargames
bandit0@bandit.labs.overthewire.org's password:
Welcome to OverTheWire!
------------
Enjoy your stay!
bandit0@bandit:~$
Next Level : Level 0 -> 1
Bandit Level 4 -> Level 5 (0) | 2024.08.12 |
---|---|
Bandit Level 3 -> Level 4 (0) | 2024.08.10 |
Bandit Level 2 -> Level 3 (0) | 2024.08.07 |
Bandit Level 1 -> Level 2 (0) | 2024.08.05 |
Bandit Level 0 -> Level 1 (0) | 2024.08.04 |