diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-15 14:00:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-15 14:00:59 +0000 |
commit | d1cfa44f005c7183819d450d9c985b0cfd204181 (patch) | |
tree | b6933827f2b9ca61b96ef26237dcd4200cd3af40 /security/Makefile | |
parent | 3538dd0e93298342b0e6c0a57be6cd23771ac299 (diff) | |
download | ports-d1cfa44f005c7183819d450d9c985b0cfd204181.tar.gz ports-d1cfa44f005c7183819d450d9c985b0cfd204181.zip |
Add rkhunter 1.0.8,
Rootkit Hunter is scanning tool to ensure you for about 99.9%
you're clean of nasty tools.
This tool scans for rootkits, backdoors and local exploits by
running tests like:
- MD5/SHA1 hash compare
- Look for default files used by rootkits
- Wrong file permissions for binaries
- Look for suspected strings in LKM and KLD modules
- Look for hidden files
- Optional scan within plaintext and binary files
PR: ports/66660
Submitted by: Radim Kolar <hsn at netmag dot cz>
Notes
Notes:
svn path=/head/; revision=109205
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index d382db2b8646..aa737255d4e2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -354,6 +354,7 @@ SUBDIR += rats SUBDIR += rc5pipe SUBDIR += rid + SUBDIR += rkhunter SUBDIR += rng_82802 SUBDIR += ruby-acl SUBDIR += ruby-aes |