Clamav
From FrugalWiki
i18n |
---|
English |
Dansk |
Français |
Magyar |
Contents |
Clamav
Clam AntiVirus (ClamAV) is a free, cross-platform antivirus software tool-kit capable of detecting many types of malicious software, including viruses. One of its main uses is on mail servers as a server-side email virus scanner.
Both ClamAV and its updates are made available free of charge.
Sourcefire, a maker of intrusion detection products and the owner of Snort, announced on 17 August 2007 that it had acquired the trademarks and copyrights to ClamAV from five key developers.
Installation
{{console_root|pacman-g2 -S clamav}
Commands
Updating virus definitions
freshclam
Scanning home directory
clamscan
Scannin all files of home directory
clamscan -r /home/utilisateur
Scanning entire hard driver
clamscan -r /
Scanning entire hard driver and put a sound when a infected file is discovered
clamscan -r - -bell - -mbox -i /
Adding et Activating clamd daemon
Graphical Interfaces for Clamav
Klamav
GUI for KDE environment.
- Official Website: http://klamav.sourceforge.net
- Installation
Clamtk
ClamTk using gtk2-perl. The project takes its name from the Tk libraries that were used when it was first started.
- Official Website: http://clamtk.sourceforge.net/
- Installation