mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Added --pentest parameter to run without root privileges
This commit is contained in:
parent
3731da54df
commit
fe08018029
1 changed files with 4 additions and 0 deletions
|
|
@ -82,6 +82,10 @@
|
|||
LOGFILE="/dev/null"
|
||||
;;
|
||||
|
||||
--pentest | --pen-test)
|
||||
PENTESTINGMODE=1
|
||||
;;
|
||||
|
||||
# Define a custom profile file
|
||||
--profile)
|
||||
shift
|
||||
|
|
|
|||
Loading…
Reference in a new issue