1
mirror of https://github.com/carlospolop/PEASS-ng synced 2025-02-21 10:30:58 +01:00

Update linpeas.sh

This commit is contained in:
Carlos Polop 2020-03-05 10:12:30 +00:00 committed by GitHub
parent 659d240a4b
commit da6c8575d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 ""