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: