mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-23 04:08:02 +00:00
MetaCTF: random challenge ctf scenario
This commit is contained in:
87
scenarios/ctf/metactf_reversing_challenges.xml
Normal file
87
scenarios/ctf/metactf_reversing_challenges.xml
Normal 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>
|
||||
Reference in New Issue
Block a user