mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 19:58:03 +00:00
30 lines
1.0 KiB
XML
30 lines
1.0 KiB
XML
<systems>
|
|
<!-- an example remote storage system, with a remotely exploitable vulnerability that can then be escalated to root -->
|
|
<system id="storageserver" os="linux" basebox="puppettest" url="" >
|
|
<vulnerabilities>
|
|
<vulnerability privilege="user" access="remote" type="" cve=""></vulnerability>
|
|
</vulnerabilities>
|
|
<!-- secure services will be provided, if matching insecure ones have not been selected -->
|
|
<!--<services>-->
|
|
<!-- <service type="ftp"></service>-->
|
|
<!-- <service type="smb"></service>-->
|
|
<!-- <service type="nfs"></service>-->
|
|
<!--</services>-->
|
|
<networks>
|
|
<network name="homeonly"></network>
|
|
</networks>
|
|
</system>
|
|
|
|
<!-- an example remote web server, with a remotely exploitable root vulnerability -->
|
|
<!-- This never worked.-->
|
|
<!--<system id="webserver" os="linux" basebox="puppettest" url="" >
|
|
<vulnerabilities>
|
|
<vulnerability privilege="root" access="remote" type="www" cve=""></vulnerability>
|
|
</vulnerabilities>
|
|
<networks>
|
|
<misc name="homeonly"></misc>
|
|
</networks>
|
|
</system> -->
|
|
|
|
</systems>
|