How to install Maldet


 

cd /usr/local/src/
wget http://www.rfxn.com/downloads/maldetect-current.tar.gz
tar -xzf maldetect-current.tar.gz
cd maldetect-*
sh ./install.sh
maldet --update-ver
maldet --update

I don't need cron.daily running so I'm going ahead and remove this file

rm -vf /etc/cron.daily/maldet
Quick install:
cd /usr/local/src/
wget http://www.rfxn.com/downloads/maldetect-current.tar.gz
tar -xzf maldetect-current.tar.gz
cd maldetect-*
sh ./install.sh
maldet --update-ver
maldet --update
rm -vf /etc/cron.daily/maldet

To start scanning of home/ folder run the following:

maldet -a /home

Similar Posts:

Leave a Reply

Your email address will not be published. Required fields are marked *