mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-23 16:29:02 +00:00
linpeasv2.8.2
This commit is contained in:
@@ -37,7 +37,7 @@ ITALIC="${C}[3m"
|
|||||||
# --) FAST - Do not check 1min of procceses and su brute
|
# --) FAST - Do not check 1min of procceses and su brute
|
||||||
# --) SUPERFAST - FAST & do not search for special filaes in all the folders
|
# --) 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
|
FAST="1" #By default stealth/fast mode
|
||||||
SUPERFAST=""
|
SUPERFAST=""
|
||||||
NOTEXPORT=""
|
NOTEXPORT=""
|
||||||
|
|||||||
Reference in New Issue
Block a user