Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-12-04 00:49:46 +0300
committermboelen <michael@cisofy.com>2014-12-04 00:49:46 +0300
commit44cde264a27404754796ca348aae49f33c3ead49 (patch)
treecafcc879c8ab701e9c25a6444978e6cb871c3c11
parentdf0da8b0c4beb6e4dccbece8c745736295058da7 (diff)
Changed website address
-rw-r--r--include/report14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/report b/include/report
index ca10eac8..94e24fd6 100644
--- a/include/report
+++ b/include/report
@@ -5,8 +5,8 @@
# Lynis
# ------------------
#
-# Copyright 2007-2014, Michael Boelen (michael@rootkit.nl), The Netherlands
-# Web site: http://www.rootkit.nl
+# Copyright 2007-2014, Michael Boelen, CISOfy (michael.boelen@cisofy.com)
+# Web site: https://cisofy.com
#
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
# welcome to redistribute it under the terms of the GNU General Public License.
@@ -122,7 +122,7 @@
SHOWWARNING=`echo ${WARNING} | sed 's/!space!/ /g' | sed 's/^\[\(.*\)\] Warning: //'`
ADDLINK=`echo ${WARNING} | sed 's/!space!/ /g' | sed 's/^\[\(.*\)\] Warning: \(.*\)\[//' | sed 's/\]//'`
echo " ${WHITE}- ${SHOWWARNING}${NORMAL}"
- echo " http://cisofy.com/controls/${ADDLINK}/"
+ echo " https://cisofy.com/controls/${ADDLINK}/"
echo ""
done
fi
@@ -139,7 +139,7 @@
SHOWSUGGESTION=`echo ${SUGGESTION} | sed 's/!space!/ /g' | sed 's/^\[\(.*\)\] Suggestion: //'`
ADDLINK=`echo ${SUGGESTION} | sed 's/!space!/ /g' | sed 's/^\[\(.*\)\] Suggestion: \(.*\)\[//' | sed 's/\]//'`
echo " - ${SHOWSUGGESTION}"
- echo " http://cisofy.com/controls/${ADDLINK}/"
+ echo " https://cisofy.com/controls/${ADDLINK}/"
done
echo ""
fi
@@ -147,8 +147,8 @@
if [ ! "${SWARNINGS}" = "" -o ! "${SSUGGESTIONS}" = "" ]; then
echo " ${CYAN}Follow-up${NORMAL}:"
echo " ${WHITE}----------------------------${NORMAL}"
- echo " ${WHITE}-${NORMAL} Check the logfile (less $LOGFILE)"
- echo " ${WHITE}-${NORMAL} Read security controls texts (http://cisofy.com)"
+ echo " ${WHITE}-${NORMAL} Check the logfile for more details (less $LOGFILE)"
+ echo " ${WHITE}-${NORMAL} Read security controls texts (https://cisofy.com)"
echo " ${WHITE}-${NORMAL} Use --upload to upload data (Lynis Enterprise users)"
echo ""
fi
@@ -191,7 +191,7 @@
echo ""
echo " ${CYAN}What to do:${NORMAL}"
echo " You can help improving Lynis by providing your report file."
- echo " Go to http://cisofy.com/contact/ and send your file to the e-mail address listed"
+ echo " Go to https://cisofy.com/contact/ and send your file to the e-mail address listed"
echo ""
echo "================================================================================"
fi