Condorstrike • Pointman: The Akkadian Wars
HI GUYS, IT’S BEEN HARD FINDING TIME FOR THE PS3 WITH SO MUCH GOING ON AT WORK AND HOME, THAT’S THE REASON I DECIDED TO RELEASE THE POINTMAN BETA AS A (POC). WISH I HAD MORE TIME TO COMPLETE IT ...
A Word From Rogero
Attention Please: some of you already know that a version of my CFW4.41 was leaked on IRC by accident from some days, that was not a big deal and it was not out yet because I wanted some ...
PS3 Homebrew List • PSChannel v1.10 Released
deroad has released PSChannel v1.10. Fixed tons of bugs Removed the “install theme feature” since no one makes themes for my homebrew Info section moved to main menu and can be seen by ...
Xbox/X360 Hardware Hacks • Offical Review of Talismoon Wolf Controller 'Macros Mod Board' for 360
Today I am reviewing Talismoons Wolf Controller 'Macros Mod Board' that also functions as a rapid fire mod. Wolf Controller Site (Please note: neither I nor any other staff support or condone ...
PS3 Software Hacks • TEAM SGK CFW 4.40.5.2 RELEASED with 100% fixes for NOR PS3s
We were alerted today of a new cfw from Team SGK here as follows are the details. translated through google: hi to all sorry for the problem of the cfw 4.40.5 and v5.1 on slim I raporte ...
PS3 Hardware hacks • Cobra ODE Hardware - Main Board pictures
Hello! We're pleased to present pictures of the final Cobra ODE hardware - Main PCB assembly. As you can see there are two switches which enable configuration of PATA (FAT consoles)/SATA (FAT ...
Rogero CEX-4.40 v1.03 with ToolBox/StealthMAN and ReactPSN offline Patch
Rebuilt the CFW with minimal patches needed for similar OFW Stability, also adding full compatibility with multiMAN Tools. All known issues from v1.02 are fixed now ...
Rogero Downgrader PUP for any CFW version back to 3.55
This CFW can be installed fine from XMB Update over any CFW version ( 3.55 --> 9.99 )RSOD screen bypass patch for RSOD machines (it won't fix the RSOD but allows the PS3 to boot fine into ...
PS3 Nor and Nand Auto Patcher v0.04 by Rogero
Wow Rogero comes out swinging from semi holiday, blasting out with a new release this is an improvement to his Ps3 and Nor Patcher....  
Rogero CEX-4.40 v1.02
Those of you needing your Rogero fix, wait no longer have to wait.... Tortuga Cove member Rogero has released an update to his awesome firmware. Bringing it up to 4.40. Make you pop over on the ...

Breadcrumbs

Latest Post

Main

We have 90 guests and 1 member online

Forums

We have 19 guests and 2 members online

Tortuga Cove - Your Source For Gaming and Hacking News

FeaturedMost Hit User Rating:  / 0
PoorBest 
RGH • [UPDATED]Don't Update To 15********UPDATE****
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

 

Comments http://www.tortuga-cove.com/forums/viewtopic.php?t=3286&p=7233#p7233

Copyright © 2013. Tortuga Cove. Designed by Shape5.com Joomla Templates