Nivel 18
Colar comandos en la conexión ⛓
Descripción del Reto 💻
En este nivel, aprenderás a conectarte a un servidor remoto usando SSH. El objetivo es familiarizarte con el comando básico de conexión y explorar el entorno.
Información de Login 🔑
- Username: bandit18
- Password: x2gLTTjFwMOhQ8oWNbMN362QKxfRqGlO
- Host: bandit.labs.overthewire.org
- Port: 2220
Pasos para Resolver el Nivel 🛠️
-
Conéctate al servidor usando SSH:
bash
$ ssh bandit18@bandit.labs.overthewire.org -p 2220 This is a OverTheWire game server. More information on http://www.overthewire.org/wargamesbandit0@bandit.labs.overthewire.org's password: x2gLTTjFwMOhQ8oWNbMN362QKxfRqGlO
-
Buscamos la contraseña para el siguiente nivel:
bash
❯ sshpass -p "x2gLTTjFwMOhQ8oWNbMN362QKxfRqGlO" ssh bandit18@bandit.labs.overthewire.org -p2220 ls _ _ _ _ | |__ __ _ _ __ __| (_) |_ | '_ \ / _` | '_ \ / _` | | __| | |_) | (_| | | | | (_| | | |_ |_.__/ \__,_|_| |_|\__,_|_|\__| This is an OverTheWire game server. More information on http://www.overthewire.org/wargames readme
-
Buscamos la contraseña para el siguiente nivel:
bash
❯ sshpass -p "x2gLTTjFwMOhQ8oWNbMN362QKxfRqGlO" ssh bandit18@bandit.labs.overthewire.org -p2220 cat readme _ _ _ _ | |__ __ _ _ __ __| (_) |_ | '_ \ / _` | '_ \ / _` | | __| | |_) | (_| | | | | (_| | | |_ |_.__/ \__,_|_| |_|\__,_|_|\__| This is an OverTheWire game server. More information on http://www.overthewire.org/wargames cGWpMaKXVwDUNgPAVJbWYuGHVn9zl3j8
Resultado Esperado 🎉
Sigue así y llegarás al final del juego. ¡Ánimo! 🚀