Linux antimalware and antirootkit tool
Find a file
2014-05-06 12:11:07 +04:00
Antidoto.pl Fix bug with orphan connections blacklisting 2014-05-06 12:11:07 +04:00
LICENSE Initial commit 2014-05-02 10:46:18 -07:00
README.md fix readme 2014-05-05 16:28:53 +04:00
TODO less verbose orphan sockets scanner and silent hidden files checker 2014-05-06 02:12:08 +04:00

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