Bait A Phish
Bait A Phish
Security Pulse
tutorial · bandit

Bandit Level 16

Submit the current password to localhost:30001 using TLS (openssl s_client).
bandittlsopensslports
Narration (cached)
Marks this level complete in your browser.

Goal

Retrieve the next password by submitting the current password to port 30001 on localhost using SSL/TLS.

Hints

Solution (click to reveal)
  1. SSH in:
ssh bandit16@bandit.labs.overthewire.org -p 2220
  1. Connect with OpenSSL:
openssl s_client -connect localhost:30001
  1. Paste the current password and press Enter.

The response contains the password for Level 17.

Notes

openssl s_client -quiet -connect localhost:30001
Bandit Level 15Bandit Level 17