+1 too
I have submit ticket (long time ago) about this matter.
Send mail to scripts owner (victims)
Re: Send mail to scripts owner (victims)
Yes, right now I'm doing this manually and it's extremely time consuming.
___________________________
Visit us: home
___________________________
Visit us: home
Re: Send mail to scripts owner (victims)
This is an easy task to be done, using "--script". Contact me and I'll let you now how to do all this automatically.
Regards,
George
Regards,
George
Re: Send mail to scripts owner (victims)
Hello,
I got this working by using the command:
/usr/sbin/cxs --report /var/log/cxs.scan --logfile /var/log/cxs.log --mail YourLogMail@mail.com --smtp --exploitscan --virusscan --sversionscan --nobayes -I /etc/cxs/cxs.ignore --template /etc/cxs/cxs.YourTemplate --options mMOLfSGchexdnwZRD --voptions mfuhexT --summary --html --ssl -F 210000 --nofallback -E --MD5 --allusers
Because I used the option "--template /etc/cxs/cxs.YourTemplate" (the original file was cxs.template.example), this file contains :
From: abuse@yourcompany.com
To: [user]
Subject: cxs Scan on [hostname] (Hits:[hits]) (Viruses:[viruses]) (Fingerprints:[fingerprints])
As specified in the documentation, on cPanel servers, CXS uses .contactemail from the /home/user/ folder, so make sure the addresses are present and valid.
Regards.
I got this working by using the command:
/usr/sbin/cxs --report /var/log/cxs.scan --logfile /var/log/cxs.log --mail YourLogMail@mail.com --smtp --exploitscan --virusscan --sversionscan --nobayes -I /etc/cxs/cxs.ignore --template /etc/cxs/cxs.YourTemplate --options mMOLfSGchexdnwZRD --voptions mfuhexT --summary --html --ssl -F 210000 --nofallback -E --MD5 --allusers
Because I used the option "--template /etc/cxs/cxs.YourTemplate" (the original file was cxs.template.example), this file contains :
From: abuse@yourcompany.com
To: [user]
Subject: cxs Scan on [hostname] (Hits:[hits]) (Viruses:[viruses]) (Fingerprints:[fingerprints])
As specified in the documentation, on cPanel servers, CXS uses .contactemail from the /home/user/ folder, so make sure the addresses are present and valid.
Regards.