Over The Wire


Bandit

Host: bandit.labs.overthewire.org

Port: 2220



Level 14

ssh -i sshkey.private bandit14@bandit.labs.overthewire.org -p 2220
password: fGrHPx402xGC7U7rXKDaxiWFTOiF0ENq

Objective:

The password for the next level can be retrieved by submitting the password of the current level to port 30000 on localhost.

CLI:

bandit14@bandit:~$ cat /etc/bandit_pass/bandit14
fGrHPx402xGC7U7rXKDaxiWFTOiF0ENq
bandit14@bandit:~$ nc localhost 30000
fGrHPx402xGC7U7rXKDaxiWFTOiF0ENq
Correct!
jN2kgmIXJ6fShzhT2avhotn4Zcka6tnt
bandit14@bandit:~$

Bandit