This commit is contained in:
Z. Cliffe Schreuders
2018-12-07 13:47:35 +00:00
parent e76954441d
commit bf96b32267
2 changed files with 3 additions and 1 deletions

View File

@@ -3,12 +3,13 @@
<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>Adore rootkit</name>
<name>Adore rootkit binaries</name>
<author>Z. Cliffe Schreuders</author>
<module_license>MIT</module_license>
<description>Some static rootkit binaries from the Adore rootkit. (Not compiled by SecGen.)
</description>
<type>rootkit</type>
<type>userspace_rootkit</type>
<platform>linux</platform>

View File

@@ -10,6 +10,7 @@
This module has to be included in the scenario BEFORE accounts are created, since it modifies all user accounts via /etc/skel.
</description>
<type>rootkit</type>
<type>userspace_rootkit</type>
<platform>linux</platform>