AlkantarClanX12
Current Path : /etc/cron.weekly/ |
Current File : //etc/cron.weekly/clamscan.cron |
rm -f /root/infections awk '!/nobody/{print $2 | "sort | uniq" }' /etc/userdomains | sort | uniq > /root/userslist for i in `cat /root/userslist`; do /usr/local/cpanel/3rdparty/bin/clamscan -i -r /home/$i 2>>/dev/null; done >> /root/infections