ClamAV¶
ClamAV® est un antivirus opensource.
Installation¶
- clamav/install.sh assure l'installation du package :
curl -sS https://mborne.github.io/outils/clamav/install.sh | bash
Usage¶
# ensure that definitions are updated
sudo service clamav-freshclam status
# see config
cat /etc/clamav/freshclam.conf
# scan HOME directory
clamscan -r $HOME