HomeForum
Best View on: Firefox Chrome Opera Edge

ATTENZIONE! AGGIORNAMENTO BLOCCA RGH!

Tutto per la console di casa Microsoft

QUESTO POST TI E/' PIACIUTO? DILLO A TUTTI I TUOI AMICI!

Condividi su Facebook Facebook Condividi su Twitter Twitter Condividi su Orkut Orkut Condividi su MySpace MySpace Condividi su Delicious Delicious Condividi su Technorati Technorati
Avatar utente
Wii User
Wii User
    Ubuntu Firefox
Messaggi: 922
Iscritto il: 02/10/2011, 14:50
Grz inviati: 3 volte
Grz ricevuti: 104 volte
Sesso:
Messaggio ATTENZIONE! AGGIORNAMENTO BLOCCA RGH! 
Inviato: 18/06/2012, 17:10
A quanto pare la nuova dash in circolazione blocca rgh perche genera in un'altro modo la famosa CPUKEY. Non credo che i possessori di FLASH Lettore abbiano problemi (a patto di riflashare il lettore dopo l'aggiornamento! quindi occhio lo stesso).
Per chi possiede RGH attenzione! riporto cosa fare in caso di casino! ma e' in inglese!
e copiato spudoratamente da EURASIA.nu. che poi l'ha ricopiato da TEAM-XECUTER! E VAI DI COPIAINCOLLA!


How Microsoft Killed The XOR Hack
Posted on Saturday, June 16, 2012 @ 02:26:03 GMT

xbox360 [source: team-xecuter.com] 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] + 0×0000 + CBA[6:0x10]

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] + "x00x00" + CB_A[8:0x10]);

key = h.digest()[0:0x10]
CB = CB[0:0x10] +key+ RC4.new(key).decrypt(CB[0x20:])
return CB
Sono vecchio ma giocooooo!!!!

Sponsor

Sponsor
 

Torna a Xbox e Xbox360

Chi c’è in linea

Visitano il forum: Nessuno e 0 ospiti

cron