mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
scenario updates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user