rkhunter: add page (#8047)

feature/refresh-nano-2
CleanMachine1 2022-04-24 20:51:39 +00:00 committed by GitHub
parent 381293d79f
commit df45659cd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/linux/rkhunter.md Executable file
View File

@ -0,0 +1,24 @@
# rkhunter
> Searches for rootkits and malware.
> More information: <https://wiki.archlinux.org/title/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`