Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - yoors69

Pages: [1]
1
New Modules / Re: Configserver CXS / MSFE
« on: July 07, 2019, 01:33:27 PM »
At linux level, you can already remove rkhunter which is completely outdated, You will find nothing.

To find infected binaries, you will get better results using :

yum install clamav
freshclam
mkdir /home/quarantineclam

/usr/bin/clamscan -ri --move=/home/quarantineclam --max-filesize=50M --exclude-dir=/home/ --recursive=yes / >> /var/log/serverscan.txt

cd /home/quarantineclam
watch -n 3 "ls -ltr"

2
New Modules / Configserver CXS / MSFE
« on: July 07, 2019, 01:27:52 PM »
Hi,

Congrats, cwp may benefit from the rush from cpanel...

But still you must arrange CXS to work, indeed it has no equivalent (maldet is purely simply a junk anti malware seeing nothing). modsecurity is also weak because it caus emany false signals, and without perfect rules, you protect nothing nearly

For antispam, MSFE is also very good, and much above other tools...

Contact configserver if needed :
https://forum.configserver.com/viewtopic.php?f=6&t=11370

Pages: [1]