From f5005667a51bd884f4ecfa9cdaa0d14552ac2ac7 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Wed, 29 Apr 2020 09:28:18 +0100 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 2e9e86d..21da316 100755 --- a/linPEAS/linpeas.sh +++ b/linPEAS/linpeas.sh @@ -1704,7 +1704,7 @@ if [ "`echo $CHECKS | grep IntFiles`" ]; then ##-- 3IF) Misconfigured /etc/ld.so.conf.d/ printf $Y"[+] "$GREEN"Writable folders configured in /etc/ld.so.conf.d/\n"$NC printf $B"[i] "$Y"https://book.hacktricks.xyz/linux-unix/privilege-escalation#etc-ld-so-conf-d\n"$NC - (cat /etc/ld.so.conf.d/* 2>/dev/null | grep -v "#" | sed "s,$ldsoconfdG,${C}[1;32m&${C}[0m," | sed "s,$writeVB,${C}[1;31;103m&${C}[0m,") || echo_not_found + (cat /etc/ld.so.conf.d/* 2>/dev/null | grep -v "#" | sed "s,$ldsoconfdG,${C}[1;32m&${C}[0m," | sed "s,$Wfolders,${C}[1;31;103m&${C}[0m,g") || echo_not_found echo "" ##-- 4IF) Capabilities