Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Re-adding flag generator metadata, accidentally removed in the merge.
(cherry picked from commit 2179f08)
  • Loading branch information
ts committed Oct 12, 2018
1 parent 4154999 commit 46f7fb1
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
26 changes: 26 additions & 0 deletions modules/generators/flag/flag_concat/secgen_metadata.xml
@@ -0,0 +1,26 @@
<?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>
21 changes: 21 additions & 0 deletions modules/generators/flag/flag_words/secgen_metadata.xml
@@ -0,0 +1,21 @@
<?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>Random Words Flag Generator</name>
<author>Z. Cliffe Schreuders</author>
<module_license>MIT</module_license>
<description>Uses a wordlist (Ruby gem + a wordlist) to generate a list of random (mostly English) dictionary words. May include punctuation.</description>

<type>flag_generator</type>
<type>local_calculation</type>
<platform>linux</platform>
<platform>windows</platform>

<reference>https://github.com/sophsec/wordlist</reference>
<reference>http://wordlist.sourceforge.net/</reference>

<output_type>generated_strings</output_type>

</generator>

0 comments on commit 46f7fb1

Please sign in to comment.