From 59ad28795e1c1c003557b9349de5d49ca4ee849d Mon Sep 17 00:00:00 2001 From: mboelen Date: Mon, 15 Sep 2014 10:38:13 +0200 Subject: [PATCH] Extended telnet in inetd test [INSE-8016] --- include/tests_insecure_services | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/tests_insecure_services b/include/tests_insecure_services index 8e5e1b8e..b0e6bae9 100644 --- a/include/tests_insecure_services +++ b/include/tests_insecure_services @@ -94,10 +94,13 @@ FIND=`grep "^telnet" ${INETD_CONFIG_FILE}` if [ "${FIND}" = "" ]; then logtext "Result: telnet not enabled in ${INETD_CONFIG_FILE}" - Display --indent 2 --text "- Checking inetd (telnet)..." --result FOUND --color GREEN + Display --indent 2 --text "- Checking inetd (telnet)..." --result "NOT FOUND" --color GREEN + AddHP 3 3 else logtext "Result: telnet enabled in ${INETD_CONFIG_FILE}" Display --indent 2 --text "- Checking inetd (telnet)..." --result WARNING --color RED + ReportSuggestion "${TEST_NO}" "Disable telnet in inetd configuration and use SSH instead" + AddHP 1 3 fi fi #