diff options
-rw-r--r-- | flags/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flags/README.md b/flags/README.md index 88a133f..04040a4 100644 --- a/flags/README.md +++ b/flags/README.md @@ -98,8 +98,8 @@ Synopsis The make-keys.rsa program is a python script which generates the rsa.keys keystore containing a private and public key for "Alice" and a public key for "Bob". -The rsa-runner program is a setgid wrapper for rsa.py, since interpred scripts -cannot be run setgid. +The rsa-runner program is a setgid wrapper for rsa.py, since interpreted +scripts cannot be run setgid. The rsa.py program reads the flag file and the keystore into memory and then starts a TCPServer to handle requests. When a request is received it is unpickled into a python object and the "request" property is examined. |