Bandit Level 14
-
The password for bandit15 is retrieved by submitting bandit14’s password to a service running on port 30000 of localhost.
-
echo "4wcYUJFw0k0XLShlDzztnTBHiqxU3b3e" | nc localhost 30000sends the password to the service.nc(netcat) is essentially a raw TCP client which connects to a host and port and lets you send/receive data.- The service validates the password and responds with the next one.
Password
4wcYUJFw0k0XLShlDzztnTBHiqxU3b3e