Installer avec :
pkg inst rkhunter
La sortie est :
Message from rkhunter-1.4.2_2: ****************************************************************************** You should keep your rkhunter database up-to-date. This can be done automatically by putting this line to periodic.conf(5) files: daily_rkhunter_update_enable="YES" daily_rkhunter_update_flags="--update --nocolors" Also, you can run rkhunter as a part of the daily security check by putting this line to periodic.conf(5) files: daily_rkhunter_check_enable="YES" daily_rkhunter_check_flags="--checkall --nocolors --skip-keypress" ******************************************************************************
Lancer :
rkhunter --update rkhunter -c more /var/log/rkhunter.log
Pour automatiser, éditer /etc/defaults/periodic.conf et ajouter à la fin des daily tests :
# rkhunter daily_rkhunter_update_enable="YES" daily_rkhunter_update_flags="--update --nocolors" daily_rkhunter_check_enable="YES" daily_rkhunter_check_flags="--checkall --nocolors --skip-keypress"
Ce document a été publié le 2018-07-02 12:31:53. (Dernière mise à jour : 2019-03-19 00:47:35.)