mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
25 lines
766 B
XML
25 lines
766 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>pcap File Generator</name>
|
|
<author>Jason Zeller</author>
|
|
<module_license>MIT</module_license>
|
|
<description>pcap generator. Wraps strings_to_leak (commonly used with a flag generators for CTF) in an Ethernet
|
|
packet. Output is a base64 encoded file.
|
|
|
|
</description>
|
|
|
|
<type>pcap_generator</type>
|
|
<platform>linux</platform>
|
|
|
|
<read_fact>strings_to_leak</read_fact>
|
|
|
|
<default_input into="strings_to_leak">
|
|
<generator type="flag_generator"/>
|
|
</default_input>
|
|
|
|
<output_type>base64_pcap_file</output_type>
|
|
</generator>
|