mirror of https://github.com/CISOfy/lynis.git
Added --pentest parameter to run without root privileges
This commit is contained in:
parent
3731da54df
commit
fe08018029
|
@ -82,6 +82,10 @@
|
||||||
LOGFILE="/dev/null"
|
LOGFILE="/dev/null"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
--pentest | --pen-test)
|
||||||
|
PENTESTINGMODE=1
|
||||||
|
;;
|
||||||
|
|
||||||
# Define a custom profile file
|
# Define a custom profile file
|
||||||
--profile)
|
--profile)
|
||||||
shift
|
shift
|
||||||
|
|
Loading…
Reference in New Issue