Install Maldetect Print

  • 0

Installation:

curl -O http://www.rfxn.com/downloads/maldetect-current.tar.gz
tar -xvzf maldetect-current.tar.gz
cd maldetect-1.4.2
./install.sh

To run Maldetect use the following command: maldet -r /home/

The Maldetect Configuration: /usr/local/maldetect/conf.maldet

Set-up for cleaning malware:

##
# The default quarantine action for malware hits
# [0 = alert only, 1 = move to quarantine & alert]
quar_hits=1

# Try to clean string based malware injections
# [NOTE: quar_hits=1 required]
# [0 = disabled, 1 = clean]
quar_clean=1

Was this answer helpful?

« Back