Let us talk about scripts, HTML, Perl, PHP, apache, etc.
-
Stevyn
- SysOp
- Posts:1786
- 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
-
Stevyn
- SysOp
- Posts:1786
- Joined:Mon Nov 09, 2009 10:03 am
- Location:Japan
-
Contact:
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 --exclude-dir="^/sys" /
Code: Select all
clamscan -r --bell -i --exclude-dir="^/sys" / | tee /tmp/clamscan.log
Contact me directly: Ironfeatherbooks (@) gmail.com