How to install maldet

myidealhost

New member
Maldet also known as Linux Malware Detect virus scanner for Linux.
There is nothing complicated in installation process.

Installation via SSH


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
or sudo sh ./install.sh
maldet --update-ver
maldet --update[/I]


To scan a folder, for example /home you should type maldet -a /home
 
Maldet also known as Linux Malware Detect virus scanner for Linux.
There is nothing complicated in installation process.

Installation via SSH


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
or sudo sh ./install.sh
maldet --update-ver
maldet --update[/I]


To scan a folder, for example /home you should type maldet -a /home

i made this easier for me. for only $4 a month you can get WHMXtra which contains Linux Malware Detect and others all just a 1 click install
 
Top