服务热线
wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz
tar zxvf chkrootkit.tar.gz
cd chkrootkit-/ &&make sense
报错:
如提示 make: cc: Command not found
yum -y install gcc 即可
如报错 /usr/bin/ld: cannot find -lc
是因为少安装了2个包,执行安装:yum install glibc* -y
然后重新执行:make sense
成功后把程序拷贝到它处并删除源文件
cd ..
运行安全检查时执行以下命令
./chkrootkit|grep INFECTED
提示:chkrootkit: can't find `ssh'.
yum -y install openssh 即可