diff options
author | glarkin <glarkin@FreeBSD.org> | 2013-01-30 05:06:36 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2013-01-30 05:06:36 +0800 |
commit | ead0176a52d5ea62195656570761b82f9d3909af (patch) | |
tree | fd5d4d76bd9c88e24f7f50a7eb513f402fdf544d /security/Makefile | |
parent | daaf57e66d1b3b66def87e7c9e29bec5b8201f1a (diff) | |
download | freebsd-ports-gnome-ead0176a52d5ea62195656570761b82f9d3909af.tar.gz freebsd-ports-gnome-ead0176a52d5ea62195656570761b82f9d3909af.tar.zst freebsd-ports-gnome-ead0176a52d5ea62195656570761b82f9d3909af.zip |
revealrk searches for hidden processes. If you have a kernel mod
rootkit loaded into memory without hiding any process, don't expect
to find anything.
Reveal RootKit is intended to run out of cron or similar services
on a regular basis and avoids verbose output as long as nothing was
found.
WWW: http://sourceforge.net/projects/revealrk
PR: ports/174981
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 e615fa0ca698..3b3e917a3d6f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -817,6 +817,7 @@ SUBDIR += regripper SUBDIR += regripperplugins SUBDIR += retranslator + SUBDIR += revealrk SUBDIR += revelation SUBDIR += rifiuti2 SUBDIR += rkhunter |