diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-17 15:33:52 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-17 15:33:52 +0000 |
commit | eaeeb8f5393df8e3e7c0b01f232cacebd6723afc (patch) | |
tree | 5a6bd96ee3e3da1b800e9b189c8974534e7c89cf /security/chkrootkit/DESCR | |
parent | 9788e8fb9a8fc3025305bc01b1ff2945a54e852e (diff) | |
download | pkgsrc-eaeeb8f5393df8e3e7c0b01f232cacebd6723afc.tar.gz |
Import chkrootkit from pkgsrc-wip. Packaged by Adrian Portelli and
modified by me.
chkrootkit is a tool to locally check for signs of a rootkit. It
contains:
* chkrootkit: a shell script that checks system binaries for
rootkit modification.
* ifpromisc.c: checks if the network interface is in promiscuous
mode.
* chklastlog.c: checks for lastlog deletions.
* chkwtmp.c: checks for wtmp deletions.
* check_wtmpx.c: checks for wtmpx deletions. (Solaris only)
* chkproc.c: checks for signs of LKM trojans.
* chkdirs.c: checks for signs of LKM trojans.
* strings.c: quick and dirty strings replacement.
Diffstat (limited to 'security/chkrootkit/DESCR')
-rw-r--r-- | security/chkrootkit/DESCR | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/chkrootkit/DESCR b/security/chkrootkit/DESCR new file mode 100644 index 00000000000..b927a834346 --- /dev/null +++ b/security/chkrootkit/DESCR @@ -0,0 +1,13 @@ +chkrootkit is a tool to locally check for signs of a rootkit. It +contains: + + * chkrootkit: a shell script that checks system binaries for + rootkit modification. + * ifpromisc.c: checks if the network interface is in promiscuous + mode. + * chklastlog.c: checks for lastlog deletions. + * chkwtmp.c: checks for wtmp deletions. + * check_wtmpx.c: checks for wtmpx deletions. (Solaris only) + * chkproc.c: checks for signs of LKM trojans. + * chkdirs.c: checks for signs of LKM trojans. + * strings.c: quick and dirty strings replacement. |