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
|
# Lynis
|
||||||
# ------------------
|
# ------------------
|
||||||
#
|
#
|
||||||
# Copyright 2007-2014, Michael Boelen (michael@rootkit.nl), The Netherlands
|
# Copyright 2007-2014, Michael Boelen, CISOfy (michael.boelen@cisofy.com)
|
||||||
# Web site: http://www.rootkit.nl
|
# Web site: https://cisofy.com
|
||||||
#
|
#
|
||||||
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
|
# 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.
|
# 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: //'`
|
SHOWWARNING=`echo ${WARNING} | sed 's/!space!/ /g' | sed 's/^\[\(.*\)\] Warning: //'`
|
||||||
ADDLINK=`echo ${WARNING} | sed 's/!space!/ /g' | sed 's/^\[\(.*\)\] Warning: \(.*\)\[//' | sed 's/\]//'`
|
ADDLINK=`echo ${WARNING} | sed 's/!space!/ /g' | sed 's/^\[\(.*\)\] Warning: \(.*\)\[//' | sed 's/\]//'`
|
||||||
echo " ${WHITE}- ${SHOWWARNING}${NORMAL}"
|
echo " ${WHITE}- ${SHOWWARNING}${NORMAL}"
|
||||||
echo " http://cisofy.com/controls/${ADDLINK}/"
|
echo " https://cisofy.com/controls/${ADDLINK}/"
|
||||||
echo ""
|
echo ""
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
@ -139,7 +139,7 @@
|
||||||
SHOWSUGGESTION=`echo ${SUGGESTION} | sed 's/!space!/ /g' | sed 's/^\[\(.*\)\] Suggestion: //'`
|
SHOWSUGGESTION=`echo ${SUGGESTION} | sed 's/!space!/ /g' | sed 's/^\[\(.*\)\] Suggestion: //'`
|
||||||
ADDLINK=`echo ${SUGGESTION} | sed 's/!space!/ /g' | sed 's/^\[\(.*\)\] Suggestion: \(.*\)\[//' | sed 's/\]//'`
|
ADDLINK=`echo ${SUGGESTION} | sed 's/!space!/ /g' | sed 's/^\[\(.*\)\] Suggestion: \(.*\)\[//' | sed 's/\]//'`
|
||||||
echo " - ${SHOWSUGGESTION}"
|
echo " - ${SHOWSUGGESTION}"
|
||||||
echo " http://cisofy.com/controls/${ADDLINK}/"
|
echo " https://cisofy.com/controls/${ADDLINK}/"
|
||||||
done
|
done
|
||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
@ -147,8 +147,8 @@
|
||||||
if [ ! "${SWARNINGS}" = "" -o ! "${SSUGGESTIONS}" = "" ]; then
|
if [ ! "${SWARNINGS}" = "" -o ! "${SSUGGESTIONS}" = "" ]; then
|
||||||
echo " ${CYAN}Follow-up${NORMAL}:"
|
echo " ${CYAN}Follow-up${NORMAL}:"
|
||||||
echo " ${WHITE}----------------------------${NORMAL}"
|
echo " ${WHITE}----------------------------${NORMAL}"
|
||||||
echo " ${WHITE}-${NORMAL} Check the logfile (less $LOGFILE)"
|
echo " ${WHITE}-${NORMAL} Check the logfile for more details (less $LOGFILE)"
|
||||||
echo " ${WHITE}-${NORMAL} Read security controls texts (http://cisofy.com)"
|
echo " ${WHITE}-${NORMAL} Read security controls texts (https://cisofy.com)"
|
||||||
echo " ${WHITE}-${NORMAL} Use --upload to upload data (Lynis Enterprise users)"
|
echo " ${WHITE}-${NORMAL} Use --upload to upload data (Lynis Enterprise users)"
|
||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
@ -191,7 +191,7 @@
|
||||||
echo ""
|
echo ""
|
||||||
echo " ${CYAN}What to do:${NORMAL}"
|
echo " ${CYAN}What to do:${NORMAL}"
|
||||||
echo " You can help improving Lynis by providing your report file."
|
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 ""
|
||||||
echo "================================================================================"
|
echo "================================================================================"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue