Files

48 lines
1.7 KiB
XML

<?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>shepherd</system_name>
<base distro="Debian 10" type="desktop" name="KDE" />
<vulnerability module_path=".*/security_shepherd">
<input into="modules" into_datastore="modules">
<generator type="ss_modules">
<input into="filter">
<value>SQL</value>
<value>CSRF</value>
</input>
</generator>
</input>
<input into="flag_store" into_datastore="flag_store">
<generator type="flag_generator">
<input into="iterations">
<value>10</value>
</input>
</generator>
</input>
</vulnerability>
<utility module_path=".*/parameterised_accounts" platform="linux">
<input into="accounts" into_datastore="accounts">
<generator type="account">
<input into="username">
<value>user1</value>
</input>
<input into="password">
<value>password</value>
</input>
<input into="super_user">
<value>true</value>
</input>
</generator>
</input>
</utility>
<network type="private_network" range="dhcp" />
</system>
</scenario>