Meta Configuration of Package ix-rkhunter
1
<package name="ix-rkhunter" project="internetx">
2
<title>Rootkit Scans for Rootkits, Backdoors, and Local Exploits</title>
3
<description>Rootkit scanner is scanning tool that can give you 99.9% certainty that
4
your system is clean of nasty tools. This tool scans for rootkits,
5
backdoors, and local exploits by running tests like:
6
7
- Comparing MD5 hashes
8
9
- Looking for default files used by rootkits
10
11
- Checking for wrong file permissions for binaries
12
13
- Looking for suspected strings in LKM and KLD modules
14
15
- Looking for hidden files
16
17
- Optionally scanning within plain text and binary files
18
19
- Checking software versions
20
21
- Testing applications
22
23
24
25
Authors:
26
--------
27
Michael Boelen <michael@rootkit.nl>
28
29
</description>
30
<person userid="hostmaster" role="maintainer"/>
31
<person userid="netmax" role="maintainer"/>
32
<build>
33
<enable repository="CentOS_5"/>
34
<enable repository="SLE_10"/>
35
<enable repository="SUSE_Linux_10.0"/>
36
<enable repository="SUSE_Linux_10.1"/>
37
<enable repository="SUSE_Linux_9.3"/>
38
<enable repository="openSUSE_10.2"/>
39
<enable repository="openSUSE_10.3"/>
40
<enable repository="openSUSE_11.0"/>
41
<disable/>
42
<enable repository="CentOS_6"/>
43
<enable repository="SL_6"/>
44
<enable repository="RHEL_6"/>
45
<enable repository="RHEL_5"/>
46
<enable repository="CentOS_8"/>
47
</build>
48
<publish>
49
<enable repository="CentOS_5"/>
50
<enable repository="SLE_10"/>
51
<enable repository="SUSE_Linux_10.0"/>
52
<enable repository="SUSE_Linux_10.1"/>
53
<enable repository="SUSE_Linux_9.3"/>
54
<enable repository="openSUSE_10.2"/>
55
<enable repository="openSUSE_10.3"/>
56
<enable repository="openSUSE_11.0"/>
57
<disable/>
58
<enable repository="CentOS_6"/>
59
<enable repository="RHEL_5"/>
60
<enable repository="RHEL_6"/>
61
<enable repository="SL_6"/>
62
</publish>
63
</package>
64