From ee18e76e976eef981a36a702b6ee0504f0cce645 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 21 Aug 2019 13:41:23 +0200 Subject: Preparations for forensics scan mode --- lynis | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'lynis') 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}${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}${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}${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 -- cgit v1.2.3