This commit is contained in:
Carlos Polop 2021-06-04 00:02:38 +02:00
parent e3a3f6e1e9
commit d4198faae7

View File

@ -71,7 +71,7 @@ ${NC}This tool enum and search possible misconfigurations$DG (known vulns, user,
while getopts "h?asnd:p:i:P:qo:LMwt:" opt; do while getopts "h?asnd:p:i:P:qo:LMwt:" opt; do
case "$opt" in case "$opt" in
h|\?) printf "$HELP"$NC; exit 0;; h|\?) printf "%s" "$HELP$NC"; exit 0;;
a) FAST="";; a) FAST="";;
s) SUPERFAST=1;; s) SUPERFAST=1;;
n) NOTEXPORT=1;; n) NOTEXPORT=1;;