Fixed issues

This commit is contained in:
David Vandorpe 2018-03-08 20:37:58 +01:00
parent d015358220
commit 51fdf5f002
No known key found for this signature in database
GPG key ID: 750319296238238A

View file

@ -1,6 +1,6 @@
--- ---
author: David Vandorpe author: David Vandorpe
title: Cyber Security Challenge 2018: Radium title: 'Cyber Security Challenge 2018: Radium'
created_at: 08/03/2018 created_at: 08/03/2018
--- ---
@ -27,7 +27,7 @@ This challenge proved to be possibly the hardest challenge, going unsolved until
## Write-up ## Write-up
The zip file contains the code ran on the server and the client. The client and server share a secret password and a secret key. The flow to request the flag is key is as follow: The zip file contains the code ran on the server and the client. The client and server share a secret password and a secret key. The flow to request the flag is as follow:
* Client sends the randomly generated client nonce to the server * Client sends the randomly generated client nonce to the server
* Server replies with a randomly generated server nonce. * Server replies with a randomly generated server nonce.