Bandit Level 15 → Level 16
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.Helpful note: Getting “HEARTBEATING” and “Read R BLOCK”? Use -ign_eof and read the “CONNECTED COMMANDS” section in the manpage. Next to ‘R’ and ‘Q’, the ‘B’ command also works in this version of that command…
Sol)
이번엔 30001 포트로 제출해야 하는데 SSL 암호화를 이용해 보내야 한다. openssl의 s_client를 이용하면 된다.
openssl s_client -connect localhost:30001
하지만 'Read R BLOCK'이 뜨는데 이건 서버에서 내 입력을 기다리고 있는 것이므로 바로 비밀번호를 쳐주면 다음 비밀번호를 알려준다.