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-09-09 18:03:58 +0400
committermboelen <michael@cisofy.com>2014-09-09 18:03:58 +0400
commit90f927e28cda19e6207a8b1db09b0504432fd15b (patch)
tree607ab4429f37732061d5b91f04aeeee03be0563c
parent395a2e5b22bf7b182feac4b76da4ad23fad457da (diff)
Release 1.6.11.6.1
-rwxr-xr-xlynis14
1 files changed, 8 insertions, 6 deletions
diff --git a/lynis b/lynis
index 3123e8d1..10f8c248 100755
--- a/lynis
+++ b/lynis
@@ -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 ""