Nivel 4
Filtraje simple con "file" 📁
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: bandit4
- Password: 2WmrDFRmJIq3IPxneAaMGhap0pFhF3NJ
- Host: bandit.labs.overthewire.org
- Port: 2220
Pasos para Resolver el Nivel 🛠️
-
Conéctate al servidor usando SSH:
bash
$ ssh bandit4@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: 2WmrDFRmJIq3IPxneAaMGhap0pFhF3NJ
-
Buscamos la contraseña para el siguiente nivel:
bash
bandit4@bandit:~$ ls inhere bandit4@bandit:~$ cd inhere bandit4@bandit:~/inhere$ ls -file00 -file01 -file02 -file03 -file04 -file05 -file06 -file07 -file08 -file09 bandit4@bandit:~/inhere$ file ./* ./-file00: data ./-file01: data ./-file02: data ./-file03: data ./-file04: data ./-file05: data ./-file06: data ./-file07: ASCII text ./-file08: data ./-file09: data bandit4@bandit:~/inhere$ cat ./-file07 4oQYVPkxZOOEOO5pTW81FB8j8lxXGUQw bandit4@bandit:~/inhere$
Resultado Esperado 🎉
Después de completar los pasos, habrás accedido al servidor y explorado el entorno inicial. Este nivel es solo el comienzo de tu viaje en Bandit.