From 757b7d782a7124a08fb1869eeca7ed3a927b0982 Mon Sep 17 00:00:00 2001 From: Andreas Hasenack Date: Thu, 10 Jan 2008 19:09:32 +0000 Subject: - include ipv6 in the report (#19486) --- cron-sh/security.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron-sh/security.sh b/cron-sh/security.sh index 257bd63..30c1434 100755 --- a/cron-sh/security.sh +++ b/cron-sh/security.sh @@ -131,7 +131,7 @@ if [[ -f ${CHKROOTKIT_TODAY} ]]; then mv -f ${CHKROOTKIT_TODAY} ${CHKROOTKIT_YESTERDAY} fi -netstat -pvlA inet 2> /dev/null > ${OPEN_PORT_TODAY}; +netstat -pvlA inet,inet6 2> /dev/null > ${OPEN_PORT_TODAY}; # Hard disk related file check; the less priority the better... nice --adjustment=+19 /usr/bin/msec_find ${DIR} -- cgit v1.2.1