mirror of https://github.com/CISOfy/lynis.git
Changed website address
This commit is contained in:
parent
df0da8b0c4
commit
44cde264a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue