Simple typo correction

This commit is contained in:
Aaron Tan 2020-10-01 09:21:42 +09:00 committed by GitHub
parent fccfe8fb75
commit ef04509005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2284,7 +2284,7 @@ if [ "`echo $CHECKS | grep IntFiles`" ]; then
echo "" echo ""
##-- IF) Misconfigured ld.so ##-- 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 $B"[i] "$Y"https://book.hacktricks.xyz/linux-unix/privilege-escalation#ld-so\n"$NC
printf $ITALIC"/etc/ld.so.conf\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" cat /etc/ld.so.conf 2>/dev/null | sed -E "s,$Wfolders,${C}[1;31;103m&${C}[0m,g"