Update module paths for legacy hosts

This commit is contained in:
Z. Cliffe Schreuders
2024-08-06 00:31:18 +01:00
parent baa5bf9323
commit a183aa1700
7 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
<platform>linux</platform>
<conflict>
<!-- don't use this versioin with older distros -->
<!-- don't use this version with older distros -->
<module_path>.*bases/debian_(stretch|buster|wheezy)</module_path>
</conflict>

View File

@@ -95,7 +95,7 @@ Throughout the lab, you will learn to self-host PHP pages, use OWASP Zap to anal
</build>
<utility module_path=".*/hosts">
<input into="hosts">
<input into="hosts_legacy">
<value>webserver</value>
<value>kali</value>
</input>

View File

@@ -102,7 +102,7 @@ Throughout this lab, you will engage with various learning resources, including
</input>
</build>
<utility module_path=".*/hosts">
<utility module_path=".*/hosts_legacy">
<input into="hosts">
<value>webserver</value>
<value>kali</value>

View File

@@ -153,7 +153,7 @@ Throughout this lab, you will engage in a series of tasks across various platfor
</input>
</utility>
<utility module_path=".*/hosts">
<utility module_path=".*/hosts_legacy">
<input into="hosts">
<value>webserver</value>
<value>kali</value>

View File

@@ -99,7 +99,7 @@ Throughout the lab, you will engage with various vulnerable environments, includ
</input>
</build>
<utility module_path=".*/hosts">
<utility module_path=".*/hosts_legacy">
<input into="hosts">
<value>webserver</value>
<value>kali</value>

View File

@@ -106,7 +106,7 @@ Throughout the lab, you will engage in hands-on tasks that mirror real-world sce
</input>
</build>
<utility module_path=".*/hosts">
<utility module_path=".*/hosts_legacy">
<input into="hosts">
<value>webserver</value>
<value>kali</value>

View File

@@ -140,7 +140,7 @@ Web and Network Security additional CTF challenges.
</input>
</build>
<utility module_path=".*/hosts">
<utility module_path=".*/hosts_legacy">
<input into="hosts">
<value>webserver</value>
<value>kali</value>