• info@fabriziosebis.com
  • Cagliari, Sardinia, Italy
Wi-Fi
OverTheWire – Bandit Level 0 → Level 1

OverTheWire – Bandit Level 0 → Level 1

Bandit Level 0 -> Level 1

Level Goal

The password for the next level is stored in a file called readme located in the home directory. Use this password to log into bandit1 using SSH. Whenever you find a password for a level, use SSH (on port 2220) to log into that level and continue the game.

TRADUZIONE

La password per il prossimo livello è all’ interno di un file chiamato readme locato nella cartella home. Usa questa password per accedere a bandit1 usando SSH. Ogni volta che trovi una password per un livello, usa SSH (sulla porta 2220) per accedere a quel livello e continuare il gioco.

Commands you may need to solve this level

ls, cd, cat, file, du, find

I comandi che servono per trovare la password sono suggeriti come sempre, il modo migliore per proseguire se non si sa già che comandi usare è usare ill comando man

$ man comando

Abbreviazione di manual page il comando man offre all’utente la documentazione di qualsiasi programma  Unix o tipo Unix.

Per trovare la password biosogna localizzare il file readme e leggerlo, le combinazioni sono tante.

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

$ ls                                                 Elenca il contenuto di una cartella

readme

$ cat readme                                           Stampa il contenuto del file

boJ9jbbUNNfktd78OOpsqOltutMc3MY

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *