PHP-Antimalware-Scanner icon indicating copy to clipboard operation
PHP-Antimalware-Scanner copied to clipboard

Feature Requests - Option to e-mail summary report after scan and config option to scan different folders

Open mjpcomp opened this issue 3 years ago • 1 comments

It would be nice to have a built in option to automatically e-mail scan results after a scan...

Or, better... have a text/config file with paths, command line options, and the e-mail to send the report to.. An example:

/home/website1;auto-skip,only-exploits;[email protected] /home/website2;scan-all;[email protected]

The e-mail option and the ability to scan different paths with different options would make this solution a lot more effective in battling malware and issues plaguing sites...

mjpcomp avatar Aug 31 '21 00:08 mjpcomp

Started working on a cron task here: https://github.com/mjpcomp/phpantimalware-cron Just basic, threw it together based on the old clamav-cron script... But, would definitely like to see something integrated within the PHP-Antimalware-Scanner itself :)

mjpcomp avatar Aug 31 '21 11:08 mjpcomp