Bandit Level 15-16
This is the same task as before, but we have to use port 30001 this time and encrypt it using SSL.
As always, it is shocking to find out that if we wat to use ssl encryption, we can use the "openssl" command.
openssl s_client -connect localhost:30001
Then, we have to provide password to this level once again and we will be greeted with the password to next level.