CentOS 7.2 安装Clam AntiVirus

前端之家收集整理的这篇文章主要介绍了CentOS 7.2 安装Clam AntiVirus前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Clam AntiVirus 简介

Clam AntiVirus 安装

  • 安装Clam AntiVirus以保护服务器免受病毒攻击
@H_403_17@@ 安装 [root@linuxprobe ~]# yum --enablerepo=epel -y install clamav clamav-update [root@linuxprobe ~]# sed -i -e "s/^Example/#Example/" /etc/freshclam.conf [root@linuxprobe ~]# freshclam [root@linuxprobe ~]# clamscan --infected --remove --recursive /home LibClamAV Warning: ****************************************************** LibClamAV Warning: *** Virus database timestamp in the future! *** LibClamAV Warning: *** Please check the timezone and clock settings *** LibClamAV Warning: ****************************************************** ----------- SCAN SUMMARY ----------- Known viruses: 5045042 Engine version: 0.99.2 Scanned directories: 5 Scanned files: 9 Infected files: 0 Data scanned: 0.00 MB Data read: 0.00 MB (ratio 0.00:1) Time: 10.659 sec (0 m 10 s) # 下载使用病毒 [root@linuxprobe ~]# curl -O http://www.eicar.org/download/eicar.com % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 68 100 68 0 0 20 0 0:00:03 0:00:03 --:--:-- 20 # 搜索删除病毒文件 [root@linuxprobe ~]# clamscan --infected --remove --recursive . LibClamAV Warning: ****************************************************** LibClamAV Warning: *** Virus database timestamp in the future! *** LibClamAV Warning: *** Please check the timezone and clock settings *** LibClamAV Warning: ****************************************************** ./eicar.com: Eicar-Test-Signature FOUND ./eicar.com: Removed. ----------- SCAN SUMMARY ----------- Known viruses: 5045042 Engine version: 0.99.2 Scanned directories: 4 Scanned files: 11 Infected files: 1 Data scanned: 0.01 MB Data read: 0.00 MB (ratio 2.00:1) Time: 7.595 sec (0 m 7 s)

猜你在找的CentOS相关文章