Files
2025-12-01 04:14:09 +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 help:
`sudo rkhunter --help`
- Display version:
`sudo rkhunter --versioncheck`