Security/ClamAV

From Chorke Wiki
Revision as of 06:10, 20 November 2025 by Shahed (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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