RKhunter не выполняет все проверки

RKhunter не выполняет все проверки

Может кто-нибудь подскажет, как настроить / заставить rkhunter проверять все в моей системе? Проверки пропускаются, даже если я запускаюrkhunter --checkall

Performing malware checks
    Checking running processes for suspicious files          [ None found ]
    Checking for hidden processes                            [ Skipped ]

Applications checks...
    All checks skipped

решение1

По какой-то причине мои сканирования приложений игнорировались, когда я использовал модификатор --checkall, потому что в моем файле /etc/rkhunter.conf опция "apps" была по умолчанию включена в DISABLE_TESTSопции. Удаление этой опции позволило сканировать мои приложения.

#
# These two options determine which tests are to be performed. The ENABLE_TESTS
# option can use the word 'ALL' to refer to all of the available tests. The
# DISABLE_TESTS option can use the word 'NONE' to mean that no tests are
# disabled. The list of disabled tests is applied to the list of enabled tests.
#
# Both options are space-separated lists of test names, and both options may
# be specified more than once. The currently available test names can be seen
# by using the command 'rkhunter --list tests'.
#
# The supplied configuration file has some tests already disabled, and these
# are tests that will be used only occasionally, can be considered 'advanced'
# or that are prone to produce more than the average number of false-positives.
#
# Please read the README file for more details about enabling and disabling
# tests, the test names, and how rkhunter behaves when these options are used.
#
# The default values are to enable all tests and to disable none. However, if
# either of the options below are specified, then they will override the
# program defaults.
#
ENABLE_TESTS=ALL
#DISABLE_TESTS=suspscan hidden_ports hidden_procs deleted_files packet_cap_apps apps
DISABLE_TESTS=suspscan hidden_ports deleted_files packet_cap_apps ipc_shared_mem

Для всех "новичков" rkhunter

https://sourceforge.net/ <-- содержит основную поддержку / информацию для rkhunter

Я также рекомендую вам:
1.) (#) закомментировать DISABLE_TESTS в /etc/rkhunter.conf
2.) использовать virtualbox для настройки тестового сервера (дублировать эквивалентную среду) и запустить контрольные суммы для проверки ложных срабатываний
3.) использовать различные формы «белого списка» в /etc/rkhunter.conf, чтобы очистить все предупреждения
4.) установить приложение Linux под названием «unhide», чтобы вы могли сканировать скрытые порты и скрытые каталоги

Связанный контент