Level Goal


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

Solution


we will connect to the service using openssl’s s_client and provide it the password of the current level, after that we will be rewarded with next level’s password
img01

⬆︎TOP