From e039148d9db9785dee4bbfba8969d879b9f3d0d2 Mon Sep 17 00:00:00 2001 From: "Z. Cliffe Schreuders" Date: Fri, 26 Oct 2018 10:00:26 +0100 Subject: [PATCH] lab updates --- .../hackerbot_config/ids/templates/lab.xml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/generators/structured_content/hackerbot_config/ids/templates/lab.xml.erb b/modules/generators/structured_content/hackerbot_config/ids/templates/lab.xml.erb index 8c978d3af..296d1cae0 100644 --- a/modules/generators/structured_content/hackerbot_config/ids/templates/lab.xml.erb +++ b/modules/generators/structured_content/hackerbot_config/ids/templates/lab.xml.erb @@ -38,7 +38,7 @@ $root_password = self.root_password $flags = self.flags - REQUIRED_FLAGS = 10 + REQUIRED_FLAGS = 6 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!"