From 92d20710d7cbad0781d04d45ee859a1d66b30b0d Mon Sep 17 00:00:00 2001 From: maride Date: Fri, 11 Oct 2019 14:29:01 +0200 Subject: Add points per challenge and overall scoring --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 61b41ac..4bc8643 100644 --- a/README.md +++ b/README.md @@ -32,18 +32,19 @@ The seed file should be of the following format: ``` { - "challenges": [ - { - "name": "Evil Service", - "description": "A meaningful and funny description", - "flag": "CIRCUS[IS_REALLY_COOL]", - "container": "challenge-evilservice", - "category": "Miscellaneous" - }, - { - "name": "Insecure Stuff", - [...] - ] + "challenges": [ + { + "name": "Evil Service", + "description": "A meaningful and funny description", + "flag": "CIRCUS[IS_REALLY_COOL]", + "container": "challenge-evilservice", + "category": "Miscellaneous", + "points": 100 + }, + { + "name": "Insecure Stuff", + [...] + ] } ``` @@ -76,6 +77,7 @@ The seed file should be of the following format: "name": "ChallengeName", "description": "Some meaningful, interesting and funny description", "category": "Miscellaneous", + "points": 100, "foundFlag": false, // whether the user found the flag "ContainsLaunchable": true, // if set to true: there's a container which can be started/stopped "IPAddress": "1.2.3.4" // contains the IP address if the container is running -- cgit 1.4.1