<<

CtF Contest Configuration File

Here is a desription of the bits of the YAML config file that can be used to build a ctf contest.

Required YAML Bits

Optional YAML Bits

Database Bootstrapping

When bootstrapping a contest, the following items can be used to pre-seed the contest database with team information. Sample bootstrapping data is included below:

    teams:
        - name: Monkey Fun Time
          passwd: secret

    hosts:
        - name: mft
          ipaddr: 10.0.0.243
          owner: Monkey Fun Time
          comment: Monkey Fun Time's Initial Host.            
    services:
        - name: http
          validator: CTF::ServiceTest::HTTP
          points: 2
        - name: smb
          validator: CTF::ServiceTest::Base
          points: 3

<<

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