Sent maldet scan report to email To install maldet, run
|
cd /usr/local/src wget http://www.rfxn.com/downloads/maldetect-current.tar.gz tar xvf maldetect-current.tar.gz cd maldetect-* ./install.sh |
Configure Maldet to sent email
|
sed -i 's/email_alert="0"/email_alert="1"/g' /usr/local/maldetect/conf.maldet |
Update Maldet
To scan everything, run
To scan a folder
|
maldet -a /path/to/folder |
To scan all public_html folders
|
maldet --scan-all /home?/?/public_html |
To scan content created/modified in last 10 days, run
|
maldet --scan-recent /home?/?/public_html 10 |
Ignore a folder in maldet […]
Read More…