Niveau 15
Level Goal
The password for the next level can be retrieved by submitting the password of the current level to port 30000 on localhost.
Commands you may need to solve this level
ssh
,telnet
,nc
,openssl
,s_client
,nmap
Helpful Reading Material
How the Internet works in 5 minutes (YouTube) (Not completely accurate, but good enough for beginners)
IP Addresses
IP Address on Wikipedia
Localhost on Wikipedia
Ports
Port (computer networking) on Wikipedia
Une fois connecté en tant qu'utilisateur bandit14
la première tâche à effectuer est de récupérer le mot de passe de connexion en ouvrant le fichier /etc/bandit_pass/bandit14
tel qu'expliqué dans l'énoncé précédent :
bandit14@bandit:~$ cat /etc/bandit_pass/bandit14
4wcYUJFw0k0XLShlDzztnTBHiqxU3b3e
Une fois cela fait, on peut utiliser netcat pour l'envoyer sur le port 30000 du serveur :
bandit14@bandit:~$ cat /etc/bandit_pass/bandit14 | nc localhost 30000
Correct!
BfMYroe26WYalil77FoDi9qh59eK5xNr