MALDETECT malware scanner

Let us talk about scripts, HTML, Perl, PHP, apache, etc.
User avatar
Stevyn
SysOp
Posts:1776
Joined:Mon Nov 09, 2009 10:03 am
Location:Japan
Contact:
MALDETECT malware scanner

Post by Stevyn » Thu Jul 25, 2019 5:17 pm

https://www.rfxn.com/projects/linux-malware-detect/

https://www.itzgeek.com/how-tos/linux/d ... ystem.html

Code: Select all


cd /tmp/
curl -O http://www.rfxn.com/downloads/maldetect-current.tar.gz

tar -zxvf maldetect-current.tar.gz

cd maldetect-1.6.4/
bash install.sh

nano /usr/local/maldetect/conf.maldet
usage example:

Code: Select all

/usr/local/maldetect/maldet -a /var/www && cp /usr/local/maldetect/sess/session.$(cat /usr/local/maldetect/sess/session.last) /var/path/maldet.txt

Contact me directly: Ironfeatherbooks (@) gmail.com

Image

Post Reply