Files
tldr/pages/linux/rkhunter.md
2024-09-24 21:47:18 +02:00

25 lines
362 B
Markdown

# 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 version:
`sudo rkhunter --versioncheck`
- Display help:
`sudo rkhunter --help`