From 8b7e664b66d28bc64e6d206e58287937e239c7d6 Mon Sep 17 00:00:00 2001 From: Matt McKinnon Date: Wed, 30 Nov 2016 19:08:56 +1000 Subject: [PATCH] Removed rkhunter script --- rkhunter.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 rkhunter.sh diff --git a/rkhunter.sh b/rkhunter.sh deleted file mode 100755 index 1106b35..0000000 --- a/rkhunter.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -# Script Name: rkhunter -# Author: Matt McKinnon -# Date: 7th June 2016 -# Description: -# This script will email a logwatch report -MAILTO="support@comprofix.com" -SMTP=mail.comprofix.com -THISSERVER=$(hostname -f) -MAILFROM="support@comprofix.com" -SENDEMAIL=$(which sendemail) - -( -rkhunter --versioncheck --nocolors -rkhunter --update --nocolors -rkhunter --cronjob --rwo -) | $SENDEMAIL -o tls=no -s $SMTP -t $MAILTO -f "$THISSERVER <$MAILTO>" -u "[rkhunter] Log $THISSERVER" -q