CTF Flag Server - Contestant side scoring.

  • Each contestant box runs a daemon. [FlagServer.pm]
    • Daemon speaks SSL, always varifies, only accepts our CA.
    • Daemon has config file (written in YAML) with following info
      • location of the flag file for each service (will soon support overriding, for services that dont use files to store flag data).
      • location of our SSL CA certificate
      • location of the Daemon's Key and Cert files.
      • Anything else we realize we need.

Unless otherwise noted, all content is copyright Marc Dougherty and is subject to a Creative Commons license.