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