security scanner: clamAV

Let us talk about scripts, HTML, Perl, PHP, apache, etc.
Post Reply
User avatar
Stevyn
SysOp
Posts:1773
Joined:Mon Nov 09, 2009 10:03 am
Location:Japan
Contact:
security scanner: clamAV

Post by Stevyn » Tue Jan 01, 2019 4:14 pm

Code: Select all

sudo apt-get install clamav

sudo freshclam

clamscan –-help
Contact me directly: Ironfeatherbooks (@) gmail.com

Image

User avatar
Stevyn
SysOp
Posts:1773
Joined:Mon Nov 09, 2009 10:03 am
Location:Japan
Contact:

Re: security scanner: clamAV

Post by Stevyn » Tue Jan 11, 2022 1:56 pm

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
Contact me directly: Ironfeatherbooks (@) gmail.com

Image

Post Reply