Jun
07
Posted on 07-06-2008
Filed Under (Server Hosting) by bodhost

How to setup a daily scan report?

# vi /etc/cron.daily/rkhunter.sh

#!/bin/bash
(/usr/local/bin/rkhunter -c –cronjob 2>&1 | mail -s “Daily Rkhunter Scan Report” email@domain.com)

#chmod x /e
#chmod x /etc/cron.daily/rkhunter.sh

#rkhunter –update

Comments Off    Read More   

Comments are closed.