zoukankan      html  css  js  c++  java
  • rkhunter使用

    1、下载地址:http://jaist.dl.sourceforge.net/project/rkhunter/rkhunter/1.4.6/

    2、上传至Linux后解压

    3、编译安装

    [root@test rkhunter-1.4.6]# ./installer.sh --layout default --install    
    Checking system for:
     Rootkit Hunter installer files: found
     A web file download command: wget found
    Starting installation:
     Checking installation directory "/usr/local": it exists and is writable.
     Checking installation directories:
      Directory /usr/local/share/doc/rkhunter-1.4.6: creating: OK
      Directory /usr/local/share/man/man8: exists and is writable.
      Directory /etc: exists and is writable.
      Directory /usr/local/bin: exists and is writable.
      Directory /usr/local/lib64: exists and is writable.
      Directory /var/lib: exists and is writable.
      Directory /usr/local/lib64/rkhunter/scripts: creating: OK
      Directory /var/lib/rkhunter/db: creating: OK
      Directory /var/lib/rkhunter/tmp: creating: OK
      Directory /var/lib/rkhunter/db/i18n: creating: OK
      Directory /var/lib/rkhunter/db/signatures: creating: OK
     Installing check_modules.pl: OK
     Installing filehashsha.pl: OK
     Installing stat.pl: OK
     Installing readlink.sh: OK
     Installing backdoorports.dat: OK
     Installing mirrors.dat: OK
     Installing programs_bad.dat: OK
     Installing suspscan.dat: OK
     Installing rkhunter.8: OK
     Installing ACKNOWLEDGMENTS: OK
     Installing CHANGELOG: OK
     Installing FAQ: OK
     Installing LICENSE: OK
     Installing README: OK
     Installing language support files: OK
     Installing ClamAV signatures: OK
     Installing rkhunter: OK
     Installing rkhunter.conf: OK
     Installation complete
    

    4、常用参数

    5、检查系统

    [root@Nginx_Proxy ~]# /usr/local/bin/rkhunter --check --skip-keypress
    [ Rootkit Hunter version 1.4.6 ]
    .......

    6、内容分析这部分内容是一个总的概况

    System checks summary
    =====================
    
    File properties checks...
    Required commands check failed
    Files checked: 144
    Suspect files: 5
    
    Rootkit checks...
    Rootkits checked : 505
    Possible rootkits: 0
    
    Applications checks...
    All checks skipped
    
    The system checks took: 8 minutes and 45 seconds
    

      

     

  • 相关阅读:
    Hz赫兹的定义
    NetCore 迅速接入微信支付+支付宝支付 payLink C# 交差并集
    C# 生产随机数 --几乎可以做到不重复
    Spark MLib完整基础入门教程
    (转)Scrapy 教程
    (转)python自顶向下设计步骤_python实现自顶向下,自底向上
    (转)scrapy架构图与执行流程
    (转)Python:字典(zip, dict)
    (转)APUE第13章 守护进程Deameon
    (转)Python开发指南
  • 原文地址:https://www.cnblogs.com/zhangweiyi/p/10836953.html
Copyright © 2011-2022 走看看