Added --pentest parameter to run without root privileges

This commit is contained in:
mboelen 2014-09-08 13:58:46 +02:00
parent 3731da54df
commit fe08018029
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@
LOGFILE="/dev/null"
;;
--pentest | --pen-test)
PENTESTINGMODE=1
;;
# Define a custom profile file
--profile)
shift