From 3fff6f51e5d4d0a35ab29441d58c6fa3bd2c0db1 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Thu, 20 Aug 2020 23:28:29 +0200 Subject: [PATCH] Update linpeas.sh --- linPEAS/linpeas.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linPEAS/linpeas.sh b/linPEAS/linpeas.sh index d5942c9..b131e33 100755 --- a/linPEAS/linpeas.sh +++ b/linPEAS/linpeas.sh @@ -62,7 +62,7 @@ ${NC}This tool enum and search possible misconfigurations$DG (known vulns, user, $Y-i [-p ]$B Scan an IP using nc. By default (no -p), top1000 of nmap will be scanned, but you can select a list of ports instead.$DG Ex: -i 127.0.0.1 -p 53,80,443,8000,8080 $GREEN Notice$B that if you select some network action, no PE check will be performed\n\n$NC" -while getopts "h?asd:p:i:qo:w" opt; do +while getopts "h?asnd:p:i:P:qo:w" opt; do case "$opt" in h|\?) printf "$HELP"$NC; exit 0;; a) FAST="";;