---Rootkit查杀
http://www.chkrootkit.org
wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz
tar zxvf chkrootkit.tar.gz
cd chkrootkit-0.55
dnf --enablerepo=powertools install glibc-static
make sense #编译完成没有报错的话执行检查
./chkrootkit
-找到可能被感染的文件
./chkrootkit | grep INFECTED
---rkhunter查杀
http://rkhunter.sourceforge.net/
wget https://sourceforge.net/projects/rkhunter/files/latest/download
cd rkhunter-1.4.6
./installer.sh --install
-数据库进行升级
rkhunter --update
rkhunter -c
/var/log/rkhunter/rkhunter.log
签名:这个人很懒,什么也没有留下!