Bandit Level 14 β†’ Level 15

We can use nc command to connect to localhost on port 30000, and then paste the password we have gotten from the previous challenge:

(Netcat) is a networking tool used for reading, writing, and transferring data over TCP or UDP connections.

nc localhost 30000
	<Password>

Here is the password for the next user.

Last updated