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