BanditOverTheWire

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.

Fig 1.

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
Fig 2.
Fig 3.

Enter the password for bandit15

Fig 4.

Done!

Leave a Reply

Your email address will not be published. Required fields are marked *