Security - PageSpeedPlus/easyengine-2 GitHub Wiki
Linux Malware Detect
maldet -a /var/www -b --report SCANID [email protected]
Update Linux Malware Detect
export version=1.6.2
apt-get -y install clamav clamav-daemon clamdscan
cd /tmp/
curl -O http://www.rfxn.com/downloads/maldetect-current.tar.gz
tar -zxvf maldetect-current.tar.gz
rm maldetect-current.tar.gz
cd maldetect-$version
bash install.sh
wget -O /usr/local/maldetect/conf.maldet https://raw.githubusercontent.com/PageSpeedPlus/easyengine/master/usr/local/maldetect/conf.maldet
Use the below command to update your LMD.
maldet -d
To update LMD signatures, run:
maldet -u