Release 1.6.1

This commit is contained in:
mboelen 2014-09-09 16:03:58 +02:00
parent 395a2e5b22
commit 90f927e28c
1 changed files with 8 additions and 6 deletions

14
lynis
View File

@ -282,15 +282,17 @@
if [ ${PENTESTINGMODE} -eq 1 ]; then
echo "${WHITE}"
echo " #########################################################"
echo " # ${PURPLE}NON-PRIVILEGED mode (e.g. pentesting)${WHITE} #"
echo " # ${PURPLE}Pentesting mode (non-privileged)${WHITE} #"
echo " #########################################################"
echo "${NORMAL}"
echo " ${WHITE}NOTES:${NORMAL}"
echo " ${PURPLE}*${NORMAL} Some tests will require root permissions and might fail silently"
echo " ${PURPLE}*${NORMAL} This mode is not preferred for pentests, not auditing"
echo " ${PURPLE}*${NORMAL} Logging might be limited"
echo " ${CYAN}NOTES:${NORMAL}"
echo " --------------"
echo " ${RED}*${NORMAL} Some tests will be skipped (requires root permissions)"
echo " ${RED}*${NORMAL} Some tests might fail silently or give different results"
echo " ${RED}*${NORMAL} This mode is preferred for pentests only (not full audit)"
echo " ${RED}*${NORMAL} Logging capabilities might be limited"
echo ""
echo " Press [ENTER] to continue or [CTRL] + C to break"
echo " ${WHITE}Press [ENTER] to continue or [CTRL] + C to break${NORMAL}"
echo ""
echo " #########################################################"
echo "${NORMAL}"; echo ""