From b5b8c36afbf12bf803a401887494ead5cda37e1a Mon Sep 17 00:00:00 2001 From: carlospolop Date: Sun, 13 Sep 2020 16:19:14 -0400 Subject: [PATCH] linpeasv2.8.2 --- linPEAS/linpeas.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linPEAS/linpeas.sh b/linPEAS/linpeas.sh index 68595fd..f4b0460 100755 --- a/linPEAS/linpeas.sh +++ b/linPEAS/linpeas.sh @@ -37,7 +37,7 @@ ITALIC="${C}[3m" # --) FAST - Do not check 1min of procceses and su brute # --) SUPERFAST - FAST & do not search for special filaes in all the folders -if [ "`uname | grep 'Darwin'`" ]; then MACPEAS="1"; else MACPEAS=""; fi +if [ "`uname | grep 'Darwin'`" ] || [ "`/usr/bin/uname | grep 'Darwin'`" ]; then MACPEAS="1"; else MACPEAS=""; fi FAST="1" #By default stealth/fast mode SUPERFAST="" NOTEXPORT=""