Bandit16
Website URL: http://overthewire.org/wargames/bandit/bandit16.html
Log in to the game server using credentials of bandit15.
Let’s have a look at the task.

The password for the next level can be retrieved by submitting the password of the current level to port 30001 on localhost using SSL encryption.
This task seems to be quite similar to the previous one, but with a twist, the submission will have to be with SSL encryption.
openssl s_client -connect localhost:30001


Enter the password for bandit15
Done!