From ef04509005cbd7c184937e0e67dd7a5f3a0521dc Mon Sep 17 00:00:00 2001 From: Aaron Tan Date: Thu, 1 Oct 2020 09:21:42 +0900 Subject: [PATCH] Simple typo correction --- linPEAS/linpeas.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linPEAS/linpeas.sh b/linPEAS/linpeas.sh index 640a495..12f9a5f 100755 --- a/linPEAS/linpeas.sh +++ b/linPEAS/linpeas.sh @@ -2284,7 +2284,7 @@ if [ "`echo $CHECKS | grep IntFiles`" ]; then echo "" ##-- IF) Misconfigured ld.so - printf $Y"[+] "$GREEN"Cheking missconfigurations of ld.so\n"$NC + printf $Y"[+] "$GREEN"Checking misconfigurations of ld.so\n"$NC printf $B"[i] "$Y"https://book.hacktricks.xyz/linux-unix/privilege-escalation#ld-so\n"$NC printf $ITALIC"/etc/ld.so.conf\n"$NC; cat /etc/ld.so.conf 2>/dev/null | sed -E "s,$Wfolders,${C}[1;31;103m&${C}[0m,g"