linpeasv2.8.2

This commit is contained in:
carlospolop 2020-09-13 16:19:55 -04:00
parent b5b8c36afb
commit e98e04be1e

View File

@ -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'`" ] || [ "`/usr/bin/uname | grep 'Darwin'`" ]; then MACPEAS="1"; else MACPEAS=""; fi
if [ "`uname 2>/dev/null | grep 'Darwin'`" ] || [ "`/usr/bin/uname 2>/dev/null | grep 'Darwin'`" ]; then MACPEAS="1"; else MACPEAS=""; fi
FAST="1" #By default stealth/fast mode
SUPERFAST=""
NOTEXPORT=""