../

OverTheWire - Bandit: Level 15 to Level 16


This time we have to utilize the SSH connection we made on localhost on the level before:

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

We can simply use netcat:

1$ nc localhost 30000
2fGrHPx402xGC7U7rXKDaxiWFTOiF0ENq
3Correct!
4jN2kgmIXJ6fShzhT2avhotn4Zcka6tnt

Kategorien: #/writeups/; #/overthewire/

Tags: #/security/; #/hacking/; #/bash/; #/linux/; #/ctf/