AlkantarClanX12

Your IP : 216.73.216.114


Current Path : /etc/cron.weekly/
Upload File :
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