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
path: root/lynis
diff options
context:
space:
mode:
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis6
1 files changed, 4 insertions, 2 deletions
diff --git a/lynis b/lynis
index 5d3a8c40..3123e8d1 100755
--- a/lynis
+++ b/lynis
@@ -286,8 +286,9 @@
echo " #########################################################"
echo "${NORMAL}"
echo " ${WHITE}NOTES:${NORMAL}"
- echo " * Some tests will require root permissions"
- echo " * Logging is disabled (no log and no report)"
+ 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 ""
echo " Press [ENTER] to continue or [CTRL] + C to break"
echo ""
@@ -367,6 +368,7 @@
echo " --auditor \"<name>\" : Auditor name"
echo " --check-all (-c) : Check system"
echo " --no-log : Don't create a log file"
+ echo " --pentest : Non-privileged scan (useful for pentest)"
echo " --profile <profile> : Scan the system with the given profile file"
echo " --quick (-Q) : Quick mode, don't wait for user input"
echo " --tests \"<tests>\" : Run only tests defined by <tests>"