Security/ClamAV: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Created page with "==Security » [https://github.com/fail2ban/fail2ban/wiki ClamAV]== {|class='wikitable mw-collapsible' style='width:100%' !scope='col' style='text-align:left'| Security » ClamAV |- |valign='top'| {|class='wikitable mw-collapsible mw-collapsed' style='width:100%;margin:3px 0 3px 0' !scope='col' style='text-align:left'| ClamAV » Install |- |valign='top'| <syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> cat <<'EXE' | sudo bash apt-get update apt-get install -y clam..."
 
Line 1: Line 1:
==Security » [https://github.com/fail2ban/fail2ban/wiki ClamAV]==
==Security » ClamAV==
{|class='wikitable mw-collapsible' style='width:100%'
{|class='wikitable mw-collapsible' style='width:100%'
!scope='col' style='text-align:left'|
!scope='col' style='text-align:left'|
Security » ClamAV
Security » [https://github.com/fail2ban/fail2ban/wiki ClamAV]
|-
|-
|valign='top'|
|valign='top'|

Revision as of 06:16, 20 November 2025

Security » ClamAV

Security » ClamAV

ClamAV » Install

cat <<'EXE' | sudo bash
apt-get update
apt-get install -y clamav clamav-daemon
apt-get clean
EXE

ClamAV » Config

cat <<'EXE' | sudo bash
systemctl stop    clamav-freshclam
systemctl stop    clamav-daemon

freshclam

systemctl start   clamav-freshclam
systemctl stop    clamav-daemon

systemctl status  clamav-daemon
systemctl status  clamav-freshclam

systemctl disable clamav-daemon
systemctl enable  clamav-freshclam
EXE

ClamAV » Scan

cat <<'EXE' | bash
clamscan -r --bell -i /home/chorke/
clamscan -r           /home/chorke/
EXE

References

References