Files
SecGen/modules/generators/flag/flag_concat/secgen_metadata.xml
2018-10-12 10:52:17 +01:00

26 lines
875 B
XML

<?xml version="1.0"?>
<generator xmlns="http://www.github/cliffe/SecGen/generator"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/generator">
<name>Concatenated Flag Generator</name>
<author>Thomas Shaw</author>
<module_license>MIT</module_license>
<description>Concatenates the contents of strings_to_join, separated with a space, outputs flag{result}.</description>
<type>flag_generator</type>
<type>concat_flag_generator</type>
<type>local_calculation</type>
<platform>linux</platform>
<platform>windows</platform>
<read_fact>strings_to_join</read_fact>
<default_input into="strings_to_join">
<generator type="random_word_generator"/>
<generator type="random_word_generator"/>
</default_input>
<output_type>generated_strings</output_type>
</generator>