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:
authorMichael Boelen <michael.boelen@cisofy.com>2019-08-21 14:41:23 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-08-21 14:41:23 +0300
commitee18e76e976eef981a36a702b6ee0504f0cce645 (patch)
treefb42518b0249377433d1b177f195036710c95059 /lynis
parenta7145688423c6a36b9394a0a8162b3dd59e61158 (diff)
Preparations for forensics scan mode
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis11
1 files changed, 7 insertions, 4 deletions
diff --git a/lynis b/lynis
index 61a15923..335e65d4 100755
--- a/lynis
+++ b/lynis
@@ -429,10 +429,9 @@ ${YELLOW}Note: ${WHITE}Cancelling the program can leave temporary files behind${
${WHITE}Options:${NORMAL}
- ${GRAY}--no-log${NORMAL} : Don't create a log file
- ${GRAY}--pentest${NORMAL} : Non-privileged scan (useful for pentest)
- ${GRAY}--profile ${BROWN}<profile>${NORMAL} : Scan the system with the given profile file
- ${GRAY}--quick (-Q)${NORMAL} : Quick mode, don't wait for user input
+ ${WHITE}Alternative system audit modes${NORMAL}
+ ${GRAY}--forensics${NORMAL} : Perform forensics on a running or mounted system
+ ${GRAY}--pentest${NORMAL} : Non-privileged, show points of interest for pentesting
${WHITE}Layout options${NORMAL}
${GRAY}--no-colors${NORMAL} : Don't use colors in output
@@ -441,9 +440,12 @@ ${YELLOW}Note: ${WHITE}Cancelling the program can leave temporary files behind${
${WHITE}Misc options${NORMAL}
${GRAY}--debug${NORMAL} : Debug logging to screen
+ ${GRAY}--no-log${NORMAL} : Don't create a log file
+ ${GRAY}--profile ${BROWN}<profile>${NORMAL} : Scan the system with the given profile file
${GRAY}--view-manpage (--man)${NORMAL} : View man page
${GRAY}--verbose${NORMAL} : Show more details on screen
${GRAY}--version (-V)${NORMAL} : Display version number and quit
+ ${GRAY}--wait${NORMAL} : Wait between a set of tests
${WHITE}Enterprise options${NORMAL}
${GRAY}--plugindir ${BROWN}<path>${NORMAL} : Define path of available plugins
@@ -451,6 +453,7 @@ ${YELLOW}Note: ${WHITE}Cancelling the program can leave temporary files behind${
More options available. Run '$0 show options', or use the man page.
+
"
if [ ${WRONGOPTION} -eq 1 ]; then