tidy up example scenarios xml tags

This commit is contained in:
Z. Cliffe Schreuders
2016-06-12 15:48:46 +01:00
parent 3f778e8919
commit 1f74643520
8 changed files with 21 additions and 21 deletions

View File

@@ -9,13 +9,13 @@
<system_name>storage_server</system_name>
<base platform="linux"/>
<vulnerability privilege="user" access="remote" type="" cve="" />
<vulnerability privilege="root" access="local" type="" cve="" />
<vulnerability privilege="user" access="remote" />
<vulnerability privilege="root" access="local" />
<service type="httpd"></service>
<service type="httpd"/>
<service/>
<network type="private_network" range="dhcp"></network>
<network type="private_network" range="dhcp"/>
</system>
</scenario>

View File

@@ -8,19 +8,19 @@
<system_name>apache_server_with_mysql</system_name>
<base platform="linux"/>
<service module_path="modules/services/unix/database/mysql"></service>
<service module_path="modules/services/unix/http/apache"></service>
<service module_path="modules/services/unix/database/mysql"/>
<service module_path="modules/services/unix/http/apache"/>
<network type="private_network" range="dhcp"></network>
<network type="private_network" range="dhcp"/>
</system>
<system>
<system_name>apache_server</system_name>
<base platform="linux"/>
<service module_path="modules/services/unix/http/apache"></service>
<service module_path="modules/services/unix/http/apache"/>
<network type="private_network" range="dhcp"></network>
<network type="private_network" range="dhcp"/>
</system>
</scenario>

View File

@@ -8,9 +8,9 @@
<system_name>apache_server</system_name>
<base platform="linux"/>
<service module_path="modules/services/unix/http/apache"></service>
<service module_path="modules/services/unix/http/apache"/>
<network type="private_network" range="dhcp"></network>
<network type="private_network" range="dhcp"/>
</system>
</scenario>

View File

@@ -8,9 +8,9 @@
<system_name>distcc_server</system_name>
<base platform="linux"/>
<vulnerability module_path=".*distcc"></vulnerability>
<vulnerability module_path=".*distcc" />
<network type="private_network" range="dhcp"></network>
<network type="private_network" range="dhcp" />
</system>
</scenario>

View File

@@ -8,9 +8,9 @@
<system_name>lamp_server</system_name>
<base platform="linux"/>
<service module_path="modules/services/unix/http/lamp"></service>
<service module_path="modules/services/unix/http/lamp"/>
<network type="private_network" range="dhcp"></network>
<network type="private_network" range="dhcp"/>
</system>
</scenario>

View File

@@ -8,9 +8,9 @@
<system_name>file_server</system_name>
<base platform="linux"/>
<vulnerability module_path=".*nfs_overshare"></vulnerability>
<vulnerability module_path=".*nfs_overshare"/>
<network type="private_network" range="dhcp"></network>
<network type="private_network" range="dhcp"/>
</system>
</scenario>

View File

@@ -8,9 +8,9 @@
<system_name>file_server</system_name>
<base platform="linux"/>
<vulnerability module_path=".*vsftpd.*"></vulnerability>
<vulnerability module_path=".*vsftpd.*"/>
<network type="private_network" range="dhcp"></network>
<network type="private_network" range="dhcp"/>
</system>
</scenario>

View File

@@ -8,9 +8,9 @@
<system_name>server</system_name>
<base platform="linux"/>
<vulnerability module_path=".*writeable_shadow"></vulnerability>
<vulnerability module_path=".*writeable_shadow"/>
<network type="private_network" range="dhcp"></network>
<network type="private_network" range="dhcp"/>
</system>
</scenario>