mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 19:58:03 +00:00
23 lines
675 B
XML
23 lines
675 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>SQLMap</name>
|
|
<author>Thomas Shaw</author>
|
|
<author>Jonathan Gazeley</author>
|
|
<module_license>Apache v2</module_license>
|
|
<description>An installation of SQLMap. Puppetforge module by Jonathan Gazely.</description>
|
|
|
|
<type>sqlmap</type>
|
|
<platform>linux</platform>
|
|
|
|
<!--optional details-->
|
|
<software_name>sqlmap</software_name>
|
|
<software_license>Apache v2</software_license>
|
|
|
|
<requires>
|
|
<name>Git VCS</name>
|
|
</requires>
|
|
|
|
</utility> |