mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-24 06:14:33 +02:00
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…
x
Reference in New Issue
Block a user