From d76457cd533cf851d8e98b4b7cb584ff50c09892 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 4 Mar 2020 22:09:19 +0000 Subject: [PATCH 1/2] Fixed typo in Key, "magenta" was misspelled "magenta" was "mangenta" --- linPEAS/linpeas.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linPEAS/linpeas.sh b/linPEAS/linpeas.sh index 414f11d..477a168 100644 --- a/linPEAS/linpeas.sh +++ b/linPEAS/linpeas.sh @@ -511,7 +511,7 @@ echo " RED: You must take a look at it" | sed "s,RED,${C}[1;31m&${C}[0m," echo " LightCyan: Users with console" | sed "s,LightCyan,${C}[1;96m&${C}[0m," echo " Blue: Users without console & mounted devs" | sed "s,Blue,${C}[1;34m&${C}[0m," echo " Green: Common things (users, groups, SUID/SGID, mounts, .sh scripts, cronjobs) " | sed "s,Green,${C}[1;32m&${C}[0m," -echo " LightMangenta: Your username" | sed "s,LightMangenta,${C}[1;95m&${C}[0m," +echo " LightMangeta: Your username" | sed "s,LightMagenta,${C}[1;95m&${C}[0m," if [ "$IAMROOT" ]; then echo "" echo " YOU ARE ALREADY ROOT!!! (it could take longer to complete execution)" | sed "s,YOU ARE ALREADY ROOT!!!,${C}[1;31;103m&${C}[0m," From da6c8575d55c5d1b567c017b1596551d6e938077 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Thu, 5 Mar 2020 10:12:30 +0000 Subject: [PATCH 2/2] 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 477a168..492a9e3 100644 --- a/linPEAS/linpeas.sh +++ b/linPEAS/linpeas.sh @@ -867,7 +867,7 @@ if [ "`echo $CHECKS | grep UsrI`" ]; then su_brute_user_num $u $PASSTRY done else - printf $Y"[+] "$GREEN"Don forget to test 'su' as any other user with shell: without password and with their names as password (I can't do it...)\n"$NC + printf $Y"[+] "$GREEN"Do not forget to test 'su' as any other user with shell: without password and with their names as password (I can't do it...)\n"$NC fi printf $Y"[+] "$GREEN"Do not forget to execute 'sudo -l' without password or with valid password (if you know it)!!\n"$NC echo ""