Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
chkrootkit: Tool to locally check for signs of a rootkit
- Summary
- chkrootkit is a tool to locally check for signs of a rootkit.
It contains:
* chkrootkit: shell script that checks system binaries for
rootkit modification.
* ifpromisc: checks if the network interface is in promiscuous mode.
* chklastlog: checks for lastlog deletions.
* chkwtmp: checks for wtmp deletions.
* chkproc: checks for signs of LKM trojans.
* chkdirs: checks for signs of LKM trojans.
* strings: quick and dirty strings replacement.
* chkutmp: checks for utmp deletions.
Changelog
- * Wed May 23 19:00:00 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.47-7
- Fix obsolete PAM pam_stack usage (#241038) to make desktop menu
and consolehelper work again.
- * Sun Feb 11 18:00:00 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.47-6
- Make chklastlog default to /var/log/lastlog and /var/log/wtmp,
which can be set with options -l and -f, too, however.
- * Wed Jan 31 18:00:00 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.47-5
- Upstream wants to disable the OBSD rk v1 check on Linux with
next release.