Page 1 of 1

security scanner: clamAV

Posted: Tue Jan 01, 2019 4:14 pm
by Stevyn

Code: Select all

sudo apt-get install clamav

sudo freshclam

clamscan –-help

Re: security scanner: clamAV

Posted: Tue Jan 11, 2022 1:56 pm
by Stevyn
To check all files on the computer, but only display infected files and ring a bell when found:

Code: Select all

clamscan -r --bell -i /

Code: Select all

clamscan -r --bell -i --exclude-dir="^/sys" /

Code: Select all

clamscan -r --bell -i --exclude-dir="^/sys" /  | tee /tmp/clamscan.log