Download Horizon :: Staff Members :: Save Vault :: XboxMB YouTube


Old 06-16-2012   #1 (permalink)

Smiffy's Avatar
Join Date: Sep 2010
Location: Great Britain
Posts: 6,251
Thanks: 4,732
Default [RGH News] - How M$ Killed The XOR Hack

If you have an RGH console, or plan to RGH a console, please take note of the following posted by TX.
Quote:
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]
Digest = CBB[0x10:0x20] + CPU_Key + CBA[0:6] + 0×0000 + CBA[8:0x10] (Edit Fixed Typo)

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: How M$ Killed The XOR Hack - Team Xecuter
I highly suggest you read this thread carefully ^^

Edit: Important breakthrough


http://www.team-xecuter.com/forums/s...ad.php?t=88021

That didn't last long!
__________________

If a tree falls and no one hears it, does a hipster buy it's album?




Last edited by Smiffy; 06-21-2012 at 06:28 PM.
Smiffy is offline Send a message via AIM to Smiffy
Reply With Quote
The following users thanked this post: LazyANTHONY, VeNiiMxModz


Old 06-16-2012   #2 (permalink)
VeNiiMxModz's Avatar
Join Date: May 2011
Location: Kentucky
Posts: 6,659
Thanks: 2,766
Default Re: [RGH News] - How M$ Killed The XOR Hack

Thanks for the info, would this concern a Jtag as well?
__________________



VeNiiMxModz is online now Send a message via AIM to VeNiiMxModz Send a message via MSN to VeNiiMxModz
Reply With Quote


Old 06-16-2012   #3 (permalink)
Regular Member
TroPPicZ xBoX's Avatar
Join Date: Sep 2010
Location: UK
Posts: 1,084
Thanks: 443
Default Re: [RGH News] - How M$ Killed The XOR Hack

Quote:
Originally Posted by xsmoothkillerx View Post
Thanks for the info, would this concern a Jtag as well?
No.
__________________
TroPPicZ xBoX is offline
Reply With Quote




Old 06-16-2012   #4 (permalink)

Smiffy's Avatar
Join Date: Sep 2010
Location: Great Britain
Posts: 6,251
Thanks: 4,732
Default Re: [RGH News] - How M$ Killed The XOR Hack

Quote:
Originally Posted by xsmoothkillerx View Post
Thanks for the info, would this concern a Jtag as well?
Jtags use a completely different exploit. It wouldn't matter if it did anyway, because you can't dual/triple nand a jtag to work online anyways.
__________________

If a tree falls and no one hears it, does a hipster buy it's album?



Smiffy is offline Send a message via AIM to Smiffy
Reply With Quote
The following user thanked this post: VeNiiMxModz


Old 06-16-2012   #5 (permalink)
Regular Member
Supernovae's Avatar
Join Date: Nov 2011
Location: Kings Landing - Red Keep
Posts: 2,649
Thanks: 985
Default Re: [RGH News] - How M$ Killed The XOR Hack

So this means I shouldn't update my console which I want to "RGH" right?
__________________
Xbox one is down, call an ambulance WII U WII U WII U


(-■_■)
(ಠ_ಠ)ノ-■-■
(ಠ_ಠ)
Supernovae is online now
Reply With Quote


Old 06-16-2012   #6 (permalink)

Smiffy's Avatar
Join Date: Sep 2010
Location: Great Britain
Posts: 6,251
Thanks: 4,732
Default Re: [RGH News] - How M$ Killed The XOR Hack

Quote:
Originally Posted by IluvGears View Post
So this means I shouldn't update my console which I want to "RGH" right?
Yes.
__________________

If a tree falls and no one hears it, does a hipster buy it's album?



Smiffy is offline Send a message via AIM to Smiffy
Reply With Quote
The following user thanked this post: Supernovae


Old 06-16-2012   #7 (permalink)
Regular Member
Supernovae's Avatar
Join Date: Nov 2011
Location: Kings Landing - Red Keep
Posts: 2,649
Thanks: 985
Default Re: [RGH News] - How M$ Killed The XOR Hack

Quote:
Originally Posted by Smiffy View Post
Yes.
Alright thanks for the info brah!
__________________
Xbox one is down, call an ambulance WII U WII U WII U


(-■_■)
(ಠ_ಠ)ノ-■-■
(ಠ_ಠ)
Supernovae is online now
Reply With Quote


Old 06-16-2012   #8 (permalink)

Jordannnnn's Avatar
Your Mom.
Join Date: Sep 2010
Location: Tennessee
Posts: 6,956
Thanks: 1,976
Default Re: [RGH News] - How M$ Killed The XOR Hack

Looks like I won't be updating then! I never really play Xbox anyways...
__________________

Jordannnnn is offline Send a message via AIM to Jordannnnn
Reply With Quote


Old 06-21-2012   #9 (permalink)

Smiffy's Avatar
Join Date: Sep 2010
Location: Great Britain
Posts: 6,251
Thanks: 4,732
Default Re: [RGH News] - How M$ Killed The XOR Hack

Well that fix didn't last long



<3 the scene
__________________

If a tree falls and no one hears it, does a hipster buy it's album?



Smiffy is offline Send a message via AIM to Smiffy
Reply With Quote

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 03:24 PM.


 

Powered by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
COPYRIGHT (c) 2010 - 2013 - XboxMB - DESIGN BY:
EDENWEBS.COM