MetaCTF: random challenge ctf scenario

This commit is contained in:
ts
2018-11-02 12:21:12 +00:00
committed by thomashaw
parent a6f4ac6a31
commit 322e927533

View File

@@ -0,0 +1,87 @@
<?xml version="1.0"?>
<scenario xmlns="http://www.github/cliffe/SecGen/scenario"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/scenario">
<system>
<system_name>metactf</system_name>
<base platform="linux" type="desktop" distro="Stretch"/>
<utility type="reversing_tools"/>
<utility module_path=".*parameterised_accounts">
<input into="accounts" into_datastore="account">
<generator type="account">
<input into="username">
<value>challenger</value>
</input>
<input into="password">
<value>password</value>
</input>
<input into="strings_to_leak">
<value/>
</input>
<input into="leaked_filenames">
<value/>
</input>
<input into="super_user">
<value>false</value>
</input>
</generator>
</input>
</utility>
<utility module_path=".*metactf">
<input into="challenge_list">
<generator type="metactf_challenge">
<input into="difficulty">
<value>easy</value>
</input>
</generator>
<generator type="metactf_challenge">
<input into="difficulty">
<value>easy</value>
</input>
</generator>
<generator type="metactf_challenge">
<input into="difficulty">
<value>easy</value>
</input>
</generator>
<generator type="metactf_challenge">
<input into="difficulty">
<value>medium</value>
</input>
</generator>
<generator type="metactf_challenge">
<input into="difficulty">
<value>medium</value>
</input>
</generator>
<generator type="metactf_challenge">
<input into="difficulty">
<value>medium</value>
</input>
</generator>
<generator type="metactf_challenge">
<input into="difficulty">
<value>hard</value>
</input>
</generator>
</input>
<input into="account">
<datastore>account</datastore>
</input>
<input into="include_scaffolding">
<value>true</value>
</input>
<input into="include_chapters">
<value>false</value>
</input>
</utility>
<network type="private_network" range="dhcp"/>
</system>
</scenario>