mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
21 lines
597 B
XML
21 lines
597 B
XML
<?xml version="1.0"?>
|
|
|
|
<utility xmlns="http://www.github/cliffe/SecGen/utility"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.github/cliffe/SecGen/utility">
|
|
<name>Exploit DB SearchSploit</name>
|
|
<author>Z. Cliffe Schreuders</author>
|
|
<module_license>Apache v2</module_license>
|
|
<description>Installs exploitdb SearchSploit for an attack environment</description>
|
|
|
|
<type>attack_tools</type>
|
|
<platform>linux</platform>
|
|
|
|
<requires>
|
|
<type>attack</type>
|
|
</requires>
|
|
<requires>
|
|
<type>update</type>
|
|
</requires>
|
|
</utility>
|