Files
SecGen/modules/generators/image/qr_code/secgen_metadata.xml

27 lines
887 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>QR Code Generator</name>
<author>Thomas Shaw</author>
<module_license>MIT</module_license>
<description>Generates a QR code image from an input string. </description>
<type>image_generator</type>
<type>image_challenge_generator</type>
<type>qr_code_generator</type>
<type>local_calculation</type>
<platform>linux</platform>
<platform>windows</platform>
<read_fact>strings_to_leak</read_fact>
<default_input into="strings_to_leak">
<generator type="flag_generator"/>
</default_input>
<!--<reference>https://github.com/whomwah/rqrcode</reference>-->
<output_type>base64_encoded_image</output_type>
</generator>