mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
(WiP) apt-upgrade: exclude puppet to prevent break at provision time
This commit is contained in:
34
scenarios/tests/test_scenario_apt_upgrade.xml
Normal file
34
scenarios/tests/test_scenario_apt_upgrade.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<?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">
|
||||
|
||||
<name>Basic Narrative</name>
|
||||
<author>Thomas Shaw</author>
|
||||
<description>Single system narrative-based CTF challenge.
|
||||
</description>
|
||||
|
||||
<type>ctf</type>
|
||||
<type>attack-ctf</type>
|
||||
<type>web-hints</type>
|
||||
<difficulty>intermediate</difficulty>
|
||||
|
||||
<system>
|
||||
<system_name>target_server</system_name>
|
||||
<base distro="Debian 7.8" platform="linux" type="server"/>
|
||||
|
||||
<input into_datastore="IP_addresses">
|
||||
<value>172.12.0.2</value>
|
||||
</input>
|
||||
|
||||
<utility type="upgrade"/>
|
||||
|
||||
<network type="private_network">
|
||||
<input into="IP_address">
|
||||
<datastore access="0">IP_addresses</datastore>
|
||||
</input>
|
||||
</network>
|
||||
</system>
|
||||
|
||||
</scenario>
|
||||
Reference in New Issue
Block a user