HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rkhunter — Searches for rootkits and malware. More information: <https://manned.org/rkhunter>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandrootkitsmalwareandsearchesforclirkhunter
linux

Problem

How to use the rkhunter command: Searches for rootkits and malware. More information: <https://manned.org/rkhunter>.

Solution

rkhunter — Searches for rootkits and malware. More information: <https://manned.org/rkhunter>.

Check a system for rootkits and malware:
sudo rkhunter --check


Update rkhunter:
sudo rkhunter --update


Print all available tests:
sudo rkhunter --list


Display help:
sudo rkhunter --help


Display version:
sudo rkhunter --versioncheck

Code Snippets

Check a system for rootkits and malware

sudo rkhunter --check

Update rkhunter

sudo rkhunter --update

Print all available tests

sudo rkhunter --list

Display help

sudo rkhunter --help

Display version

sudo rkhunter --versioncheck

Context

tldr-pages: linux/rkhunter

Revisions (0)

No revisions yet.