Welcome to XboxMB - Xbox Message Boards Home of the Ultimate Xbox 360 Modding Tool, Horizon. XboxMB.com is a community of Xbox 360 gamers and modders who share Tutorials, News, Reviews, and other resources. Xbox Message Boards is free to sign up and use, so what are you waiting for? Register Now!
06-16-2012
#1 (permalink )
Join Date: Sep 2010
Location: Great Britain
Posts: 6,251
Thanks: 4,732
[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 .
06-16-2012
#2 (permalink )
ツ
Join Date: May 2011
Location: Kentucky
Posts: 6,659
Thanks: 2,766
Re: [RGH News] - How M$ Killed The XOR Hack Thanks for the info, would this concern a Jtag as well?
06-16-2012
#3 (permalink )
Regular Member
Join Date: Sep 2010
Location: UK
Posts: 1,084
Thanks: 443
Re: [RGH News] - How M$ Killed The XOR Hack Quote:
Originally Posted by
xsmoothkillerx Thanks for the info, would this concern a Jtag as well?
No.
__________________
06-16-2012
#4 (permalink )
Join Date: Sep 2010
Location: Great Britain
Posts: 6,251
Thanks: 4,732
Re: [RGH News] - How M$ Killed The XOR Hack Quote:
Originally Posted by
xsmoothkillerx 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?
06-16-2012
#5 (permalink )
Regular Member
Join Date: Nov 2011
Location: Kings Landing - Red Keep
Posts: 2,649
Thanks: 985
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
(-■_■)
(ಠ_ಠ)ノ-■-■
(ಠ_ಠ)
06-16-2012
#6 (permalink )
Join Date: Sep 2010
Location: Great Britain
Posts: 6,251
Thanks: 4,732
Re: [RGH News] - How M$ Killed The XOR Hack Quote:
Originally Posted by
IluvGears 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?
06-16-2012
#7 (permalink )
Regular Member
Join Date: Nov 2011
Location: Kings Landing - Red Keep
Posts: 2,649
Thanks: 985
Re: [RGH News] - How M$ Killed The XOR Hack Quote:
Originally Posted by
Smiffy Yes.
Alright thanks for the info brah!
__________________
Xbox one is down, call an ambulance WII U WII U WII U
(-■_■)
(ಠ_ಠ)ノ-■-■
(ಠ_ಠ)
06-16-2012
#8 (permalink )
Your Mom.
Join Date: Sep 2010
Location: Tennessee
Posts: 6,956
Thanks: 1,976
Re: [RGH News] - How M$ Killed The XOR Hack Looks like I won't be updating then! I never really play Xbox anyways...
06-21-2012
#9 (permalink )
Join Date: Sep 2010
Location: Great Britain
Posts: 6,251
Thanks: 4,732
Re: [RGH News] - How M$ Killed The XOR Hack
__________________
If a tree falls and no one hears it, does a hipster buy it's album?
Thread Tools Display Modes Linear Mode
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
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