PHP-Antimalware-Scanner
PHP-Antimalware-Scanner copied to clipboard
Feature Requests - Option to e-mail summary report after scan and config option to scan different folders
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...
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 :)