mirror of
https://github.com/donl/Antidoto.git
synced 2026-06-30 06:12:23 -06:00
Linux antimalware and antirootkit tool
| Antidoto.pl | ||
| LICENSE | ||
| README.md | ||
| TODO | ||
Antidoto
Linux antimalware and antirootkit tool
Hot to run it:
wget --no-check-certificate https://raw.githubusercontent.com/pavel-odintsov/Antidoto/master/Antidoto.pl -OAntidoto.pl
perl Antidoto.pl
How to enable ClamAV checks:
yum install -y clamav clamd
freshclam
wget http://www.rfxn.com/downloads/rfxn.ndb -O/var/lib/clamav/rfxn.ndb
wget http://www.rfxn.com/downloads/rfxn.hdb -O/var/lib/clamav/rfxn.hdb
/etc/init.d/clamd restart
chkconfig clamd on