Download the latest tar file available using wget .
#wget http://www.rfxn.com/downloads/maldetect-current.tar.gzExtract the file using the the command below.
# tar -xzvf maldetect-current.tar.gzGet into the directory maldetect-*
# cd maldetect-1.4.2/Now issue the following command, which will install maldetect in your server
# sh install.sh
Now for scanning a particular directory "eg: /home" using maldetect, issue the below command
#maldet -a /home
No comments:
Post a Comment