mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
33 lines
851 B
XML
33 lines
851 B
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>debian_desktop_base</system_name>
|
|
<base type="server" distro="Debian 7.8"/>
|
|
|
|
<utility module_path=".*kde_minimal"/>
|
|
<!-- <utility module_path=".*iceweasel"/> -->
|
|
<utility module_path=".*handy_cli_tools"/>
|
|
</system>
|
|
|
|
<!-- <system>
|
|
<system_name>debian_server_base</system_name>
|
|
<base platform="linux" distro="Debian 7.8"/>
|
|
|
|
<utility module_path=".*handy_cli_tools"/>
|
|
</system>
|
|
|
|
<system>
|
|
<system_name>kali_base</system_name>
|
|
<base distro="Kali"/>
|
|
|
|
<utility module_path=".*metasploit_framework"/>
|
|
<utility module_path=".*nmap"/>
|
|
<utility module_path=".*handy_cli_tools"/>
|
|
</system>
|
|
-->
|
|
</scenario>
|