Bandit Level 14

OverTheWire-Level Directory
Previous Level: 13

Level 14 Fight!

If you are currently in a level type “logout”

Now type “ssh bandit14@bandit.labs.overthewire.org -p 2220”
Password:”4wcYUJFw0k0XLShlDzztnTBHiqxU3b3e”
We are now into level 14

For this level we are told

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

For this level we can use echo and NetCat aka “nc”

“echo 4wcYUJFw0k0XLShlDzztnTBHiqxU3b3e | nc localhost 30000”

This will pop up with

“Correct! BfMYroe26WYalil77FoDi9qh59eK5xNr”

The password is “BfMYroe26WYalil77FoDi9qh59eK5xNr”

Once again we can use
“ssh bandit15@bandit.labs.overthewire.org -p 2220”
and the password we just found to login to the next level

Next Level: 15