mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +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"
|
||||
;;
|
||||
|
||||
--pentest | --pen-test)
|
||||
PENTESTINGMODE=1
|
||||
;;
|
||||
|
||||
# Define a custom profile file
|
||||
--profile)
|
||||
shift
|
||||
|
Loading…
x
Reference in New Issue
Block a user