From ca64b5af1cd4c8095cd3a502cfcd2e4a9ed9f9be Mon Sep 17 00:00:00 2001 From: Kole Swesey <45017744+0xPanic@users.noreply.github.com> Date: Fri, 18 Dec 2020 11:31:05 -0600 Subject: [PATCH] slight typo --- linPEAS/linpeas.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linPEAS/linpeas.sh b/linPEAS/linpeas.sh index 0642d45..150952b 100755 --- a/linPEAS/linpeas.sh +++ b/linPEAS/linpeas.sh @@ -2298,7 +2298,7 @@ if [ "`echo $CHECKS | grep SofI`" ]; then if [ "`which gitlab-rails`" ]; then echo "gitlab-rails was found. Trying to dump users..." gitlab-rails runner 'User.where.not(username: "peasssssssss").each { |u| pp u.attributes }' | sed -E "s,email|password,${C}[1;31m&${C}[0m," - echo "If you have enough privileges, you can change the password of any user runnig: gitlab-rails runner 'user = User.find_by(email: \"admin@example.com\"); user.password = \"pass_peass_pass\"; user.password_confirmation = \"pass_peass_pass\"; user.save!'" + echo "If you have enough privileges, you can change the password of any user running: gitlab-rails runner 'user = User.find_by(email: \"admin@example.com\"); user.password = \"pass_peass_pass\"; user.password_confirmation = \"pass_peass_pass\"; user.save!'" echo "" fi if [ "`which gitlab-backup`" ]; then