From 73aec63c9c3c9e19c83411c6fdfbe316e89ee0ae Mon Sep 17 00:00:00 2001 From: Clover <96365159+cloverrfoxx@users.noreply.github.com> Date: Fri, 20 Jun 2025 02:08:58 -0700 Subject: [PATCH] Update tempered.src oops, computer output was wrong --- tempered.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempered.src b/tempered.src index 3310c03..a4ed894 100644 --- a/tempered.src +++ b/tempered.src @@ -59,7 +59,7 @@ cmp=cmp+"if result.File(""/"").has_permission(""w"") then root = 4" + char(10)+c //use results cmp=cmp+"tmp=0 + passwds + users + root" + char(10) + "if tmp == 0 then exit(""Exploit failed."")" + char(10) cmp=cmp+"perms=[]" + char(10) + "for i in range(1,tmp)" + char(10) -cmp=cmp+" if passwds == 2 then"+char(10)+" passwds = passwds - 1"+char(10)+" perms.push(str(i) + "") Get all passwords in /etc/passwd"")"+char(10)+" end if"+char(10) +cmp=cmp+" if passwds == 2 then"+char(10)+" passwds = passwds - 1"+char(10)+" perms.push(str(i) + "") Get all passwords in /etc/passwd"")"+char(10)+" continue"+char(10)+" end if"+char(10) cmp=cmp+" if users == 3 then"+char(10)+" users = users - 1"+char(10)+" perms.push(str(i) + "") Get all users emails"")"+char(10)+" continue"+char(10)+" end if"+char(10) cmp=cmp+" if users == 2 then"+char(10)+" users = users - 1"+char(10)+" perms.push(str(i) + "") Get all users banks"")"+char(10)+" continue"+char(10)+" end if"+char(10) cmp=cmp+" if root == 4 then"+char(10)+" root = root - 1"+char(10)+" perms.push(str(i) + "") Change user password"")"+char(10)+" continue"+char(10)+" end if"+char(10)