mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
Update lab and module conflicts
This commit is contained in:
@@ -20,8 +20,15 @@
|
||||
<software_license>GPL v2</software_license>
|
||||
|
||||
<conflict>
|
||||
<name>.*Wheezy.*</name>
|
||||
<module_path>.*debian_stretch.*</module_path>
|
||||
</conflict>
|
||||
<conflict>
|
||||
<module_path>.*kali_light.*</module_path>
|
||||
</conflict>
|
||||
<conflict>
|
||||
<module_path>.*debian_wheezy.*</module_path>
|
||||
</conflict>
|
||||
|
||||
<!--Cannot co-exist with other MySQL installations-->
|
||||
<conflict>
|
||||
<software_name>mysql</software_name>
|
||||
|
||||
@@ -19,14 +19,14 @@
|
||||
<software_name>mysql</software_name>
|
||||
<software_license>GPL v2</software_license>
|
||||
|
||||
<conflict>
|
||||
<name>.*Stretch.*</name>
|
||||
<conflict>
|
||||
<module_path>.*debian_stretch.*</module_path>
|
||||
</conflict>
|
||||
<conflict>
|
||||
<name>.*Buster.*</name>
|
||||
<module_path>.*debian_buster.*</module_path>
|
||||
</conflict>
|
||||
<conflict>
|
||||
<name>.*Kali.*</name>
|
||||
<module_path>.*kali_light.*</module_path>
|
||||
</conflict>
|
||||
<!--Cannot co-exist with other MySQL installations-->
|
||||
<conflict>
|
||||
|
||||
@@ -35,10 +35,13 @@
|
||||
|
||||
<!-- FIXME: Currently fails to install PHP on kali and Stretch... -->
|
||||
<conflict>
|
||||
<name>Kali</name>
|
||||
<module_path>.*debian_stretch.*</module_path>
|
||||
</conflict>
|
||||
<conflict>
|
||||
<name>Stretch</name>
|
||||
<module_path>.*debian_buster.*</module_path>
|
||||
</conflict>
|
||||
<conflict>
|
||||
<module_path>.*kali_light.*</module_path>
|
||||
</conflict>
|
||||
|
||||
</service>
|
||||
@@ -81,7 +81,7 @@ This lab provides an in-depth exploration of scanning techniques. You will learn
|
||||
</input>
|
||||
</utility>
|
||||
|
||||
<service type="httpd"/>
|
||||
<service type="httpd" module_path=".*/apache$"/>
|
||||
<service type="ftp"/>
|
||||
|
||||
<network type="private_network">
|
||||
|
||||
Reference in New Issue
Block a user