Hostwinds Tutorials
Search results for:
Table of Contents
Tags: CentOS Web Panel
Sometimes you need to run a virus scan on your server to ensure your files are not infected with files that can compromise your site. CentOS Web Panel comes with an Antivirus Scanner that you can run to check your files on your account.
Update Maldet
maldet -u
Scan public_html folder of the infected user account
maldet -a /home/USERNAME/public_html
Replace USERNAME with the user account's username
clamscan -r /home/USERNAME/public_html | grep FOUND
Replace USERNAME with the user account's username
If you have noticed that an account is sending SPAM and started spamming today, then you can search files modified in, e.g. last two days
find /home/USERNAME/public_html -ctime -2 -name "*.php"
Replace USERNAME with the user account's username
Written by Hostwinds Team / May 29, 2018