mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-30 17:24:32 +02:00
Added pentesting mode variable
This commit is contained in:
parent
169e7f89d1
commit
3731da54df
@ -131,6 +131,7 @@ unset LANG
|
|||||||
HPTOTAL=0 # Maximum number of hardening points
|
HPTOTAL=0 # Maximum number of hardening points
|
||||||
LOG_INCORRECT_OS=1 # Log tests with incorrect OS
|
LOG_INCORRECT_OS=1 # Log tests with incorrect OS
|
||||||
NEVERBREAK=0 # Don't wait for user input
|
NEVERBREAK=0 # Don't wait for user input
|
||||||
|
PENTESTINGMODE=0 # Try tests without root privileges
|
||||||
QUICKMODE=0 # Don't wait for user input
|
QUICKMODE=0 # Don't wait for user input
|
||||||
QUIET=0 # Show normal messages and warnings as well
|
QUIET=0 # Show normal messages and warnings as well
|
||||||
SHOW_TOOL_TIPS=1 # Show inline tool tips (default true)
|
SHOW_TOOL_TIPS=1 # Show inline tool tips (default true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user