scenario updates

This commit is contained in:
Z. Cliffe Schreuders
2024-01-03 23:24:48 +00:00
parent d5792c6685
commit 5e2116d3ed
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/scenario">
<name>Introdution to Malware analysis lab</name>
<name>Introduction to Malware analysis lab</name>
<author>Z. Cliffe Schreuders</author>
<description>
# Introduction

View File

@@ -19,7 +19,7 @@
<!-- Web Server on NIC1 and NIC2 -->
<system>
<system_name>web</system_name>
<base platform="linux" type="server"/>
<base platform="linux" distro="Debian 10"/>
<input into_datastore="IP_addresses">
<value>172.10.0.2</value>
@@ -78,7 +78,7 @@
<!-- Intranet Server on NIC 2 -->
<system>
<system_name>intranet</system_name>
<base platform="linux" type="server"/>
<base platform="linux" distro="Debian 10"/>
<!-- Web server hosting acceptable use policy and security audit remit -->
<service module_path="services/unix/http/parameterised_website">
@@ -166,7 +166,7 @@
<system>
<system_name>desktop</system_name>
<!-- Starts as a server base, and installs XFCE via a vulnerability -->
<base platform="linux" distro="Debian 9" type="server"/>
<base platform="linux" distro="Debian 10"/>
<utility module_path=".*/parameterised_accounts">
<input into="accounts">
@@ -221,7 +221,7 @@
<value>{"username":"kali","password":"kali","super_user":"true","strings_to_leak":[],"leaked_filenames":[]}</value>
</input>
</utility>
<utility module_path=".*/kali_pwtools"/>
<utility module_path=".*/kali_top10"/>
<network type="private_network">