[UPDATED]Don't Update To 15***

x360 Glitch Hack Discussion

Moderator: Rogero

[UPDATED]Don't Update To 15***

Postby S4BRE » Sat Jun 16, 2012 2:15 am

locked.jpg
locked.jpg (141.91 KiB) Viewed 861 times

******UPDATE*******
*****UPDATE****Confirmed this as Real video Jtag on 15572 - Admin
Seems the guys over at elitemodscene.com might have found a way to defeat this new update. Take a look at the video below. MS punches with the right, X360 scene counters with a shot to the nuts!!!!!!!




This was seen over at TX forums, read it carefully. Seems MS has had enough and has implemented a new key to their hash calculation (seem familiar ? ps3 anyone? LOL) Don't update unless you want to be down for the count.

Quoted:
With the new 15*** update, M$ has added a new key to their hash calculation for the rc4 key. It's basically just the first 16 bytes of the header, which include the version number, entrypoint, and size. These are all per-CB, per-version, so we cannot take a keystream from a 15*** CBB and use it to make a 14*** CB because the CBA on 14*** is unable to calculate the rc4 key no matter what we change.

What this means:
In order to RGH2 an xbox with 15***, you need either:

1) The cpu_key

2) A previous exploitable dump from the SAME XBOX. Must fit one of the following:
- Phats: 14717, 14719
- Slims: 13146, 13599, 14699, 14717, 14719

Older dumps will NOT WORK with RGH2/RGH3 !

DO NOT UPDATE TO 15*** WITHOUT BACKING UP FIRST!

What do we do now:
We are looking into ways of exploiting the rc4.

To make it clear, the new way of generating the CBB decryption rc4 key is as follows:

Secret = CBA[0x10:0x20]
Ingest = CBB[0x10:0x20] + CPU_Key + CBA[0:6] + 0x0000 + CBA[6:0x10]

Code:

def decrypt_CB_Cpu(CB):
assert cpukey
secret = CB_A[0x10:0x20]
h = hmac.new(secret,None, sha);
h.update(CB[0x10:0x20]);
h.update(cpukey);

v = struct.unpack(">h", CB_A[0x6:0x8])[0]
print " * checking flag: %X" % v
if( v & 0x1000):
print " ** Using new encryption scheme"
h.update(CB_A[0:0x6] + "\x00\x00" + CB_A[8:0x10]);

key = h.digest()[0:0x10]
CB = CB[0:0x10] +key+ RC4.new(key).decrypt(CB[0x20:])
return CB

Source: http://team-xecuter.com/forums/showthread.php?t=87967
Image
Tortuga Cove Administrator
User avatar
S4BRE
Site Admin
Site Admin
 
Posts: 1297
Joined: Thu Jun 30, 2011 8:27 am
Has thanked: 63 times
Been thanked: 88 times
Reputation point: 179
NoviceNovice

Re: [UPDATED]Don't Update To 15***

Postby atreyu187 » Sat Jun 16, 2012 4:13 am

So does this mean the new dash has been pwned but we had to of been previously hacked and have our key right?
X360 - Trinity S (2) 250gb HDD
Mod - Squirt 1.2 BGA + 16mb Dual NAND
LIVE - Yes
Thanks Tortuga Cove for the free gear winning the contest!!
User avatar
atreyu187
Senior
Senior
 
Posts: 77
Joined: Fri Jan 13, 2012 5:44 am
Location: South Carolina
Has thanked: 2 times
Been thanked: 9 times
Reputation point: 26
Novice

Re: [UPDATED]Don't Update To 15***

Postby XDK » Sat Jun 16, 2012 12:21 pm

atreyu187 wrote:So does this mean the new dash has been pwned but we had to of been previously hacked and have our key right?



For now this is exactly what this means ...

Folks if you have your cpukey and previous nand dumps you can update your glitch to 15572 when the builders are released IE: xebuild , 360 multibuilder, J-Runner..

If you go out right now and buy a box to RGH thats on 15572 you are shit outta luck... it has to be RGH'd for the keys prior to 15572 to do retail/Glitch dual nand on it at least for now..
User avatar
XDK
Site Admin
Site Admin
 
Posts: 102
Joined: Fri Dec 16, 2011 2:26 am
Has thanked: 2 times
Been thanked: 5 times
Reputation point: 41
Novice

Re: [UPDATED]Don't Update To 15***

Postby atreyu187 » Sat Jun 16, 2012 1:35 pm

Thanks updated last night and got my dual NAND working again
X360 - Trinity S (2) 250gb HDD
Mod - Squirt 1.2 BGA + 16mb Dual NAND
LIVE - Yes
Thanks Tortuga Cove for the free gear winning the contest!!
User avatar
atreyu187
Senior
Senior
 
Posts: 77
Joined: Fri Jan 13, 2012 5:44 am
Location: South Carolina
Has thanked: 2 times
Been thanked: 9 times
Reputation point: 26
Novice

Re: [UPDATED]Don't Update To 15***

Postby Rogero » Fri Jun 22, 2012 11:53 am

atreyu187 wrote:Thanks updated last night and got my dual NAND working again


you can update your original nand to 15572/15574 but this will also update the fuse-set and your xbox360 LDV value, so when you switch to your Glitched Nand again the image won't boot due to the updated LDV value, you can rebuild a 15719 RGH image with the LDV value increased by one ( you can set in it options.ini file before building the new RGH image ) at least until the new xebuild/15574 patches are public and Multi-Builder gets updated.

Cheers
It is not the years in your life that count. It is the life in your years.
User avatar
Rogero
Developer
 
Posts: 524
Joined: Mon Jul 04, 2011 4:07 pm
Has thanked: 274 times
Been thanked: 1086 times
Reputation point: 946
NoviceNoviceNoviceNoviceNoviceNoviceNoviceNoviceNoviceNovice


Return to RGH

Who is online

Users browsing this forum: No registered users and 1 guest