Rootkit Hunter
Rootkit Hunter, security monitoring and analyzing tool for POSIX compliant systems.
What is Rootkit Hunter?
Rootkit Hunter is a POSIX system scanner for rootkits, backdoors and local exploits by running tests like:
- MD5 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
Rootkit Hunter is released as GPL licensed project and free for everyone to use. Can be installed on macOS via Homebrew.
Rootkit Hunter Screenshots
No features, maybe you want to suggest one?
Suggest and vote on featuresRootkit Hunter information
Supported Languages
- English
Comments and Reviews
Tags
- anti-rootkit
- rootkit-remover
- Anti-Malware
Category
Security & PrivacyList containing Rootkit Hunter
securityRecent user activities on Rootkit Hunter
petars93liked Rootkit Hunter
wc2408345thinks Chkrootkit is an alternative to Rootkit Hunter
wc2408345liked Rootkit Hunter
This software still in production the mailling list is active (and I just succeed an installation and to receive update)
And just succeed my installation. The only pain was they change their setup during 2018 and few distro like debian didn't bother to update the config file.
my mini how-to
than change those lines
> UPDATE_MIRRORS=0 --> UPDATE_MIRRORS=1
> MIRRORS_MODE=1 --> MIRRORS_MODE=0
> WEB_CMD="/bin/false" --> WEB_CMD=curl
than create your own cron (/etc/cron.daily/rkhunter.sh)
> ( > /usr/bin/rkhunter --versioncheck
> /usr/bin/rkhunter --update
> /usr/bin/rkhunter --cronjob --report-warnings-only
> ) | /usr/bin/mail -s 'rkhunter Daily Run $(hostname -s)' ${EMAIL} >