diff --git a/modules/generators/structured_content/hackerbot_config/integrity_detection/templates/integrity_lab.xml.erb b/modules/generators/structured_content/hackerbot_config/integrity_detection/templates/integrity_lab.xml.erb index 9c2cde3d8..740655266 100644 --- a/modules/generators/structured_content/hackerbot_config/integrity_detection/templates/integrity_lab.xml.erb +++ b/modules/generators/structured_content/hackerbot_config/integrity_detection/templates/integrity_lab.xml.erb @@ -34,7 +34,7 @@ $root_password = self.root_password $flags = self.flags - REQUIRED_FLAGS = 14 + REQUIRED_FLAGS = 13 while $flags.length < REQUIRED_FLAGS $flags << "flag{#{SecureRandom.hex}}" Print.err "Warning: Not enough flags provided to hackerbot_config generator, some flags won't be tracked/marked!"