Page 2 of 2

Re: Send mail to scripts owner (victims)

Posted: 06 Nov 2014, 05:25
by skyknight
+1 too
I have submit ticket (long time ago) about this matter.

Re: Send mail to scripts owner (victims)

Posted: 30 Oct 2015, 15:58
by gethin502
Yes, right now I'm doing this manually and it's extremely time consuming.


___________________________
Visit us: home

Re: Send mail to scripts owner (victims)

Posted: 01 Nov 2015, 18:12
by freeman
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

Re: Send mail to scripts owner (victims)

Posted: 05 Jan 2016, 12:43
by Havri
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.