Difference between revisions of "PwnPie"

From The iPhone Wiki
Jump to: navigation, search
(We now allow GUI Tools here (with limitations). Article needs more cleanup.)
m (What it does)
Line 2: Line 2:
   
 
== What it does ==
 
== What it does ==
*Basically it takes an [[ipsw]] and parses every [[img3]] inside.
+
* Basically it takes an [[IPSW]] and parses every [[img3]] inside.
*Using [[BASH]], we launch [[Greenpois0n (toolkit)|greenpois0n]] monitoring its output, and when it loads [[iBSS]] we kill it.
+
* Using [[BASH]], we launch [[Greenpois0n (toolkit)|greenpois0n]] monitoring its output, and when it loads [[iBSS]] we kill it.
 
We will have an iDevice in [[iBSS]] [[pwned]].
 
We will have an iDevice in [[iBSS]] [[pwned]].
*Using the <pre>go aes dec</pre> command we find keys/IVs and format them.
+
* Using the <pre>go aes dec</pre> command we find keys/IVs and format them.
*The tool will also decrypt for you the whole [[ipsw]], so you can play with it easily.
+
* The tool will also decrypt for you the whole [[IPSW]], so you can play with it easily.
*A private beta version can produce a TheiPhoneWiki's page, allowing to add keys easily.
+
* A private beta version can produce a page, allowing to add keys easily.
*Latest version can be found here: https://github.com/qwertyoruiop/PwnPie/blob/master/PwnPie.sh
+
* Latest version can be found on [https://github.com/qwertyoruiop/PwnPie/blob/master/PwnPie.sh GitHub]
   
 
'''This is ''OUTDATED'', use [[Sekrit]] instead.'''
 
'''This is ''OUTDATED'', use [[Sekrit]] instead.'''

Revision as of 02:03, 3 July 2011

PwnPie also is what iKeys should be, but iKeys isn't real.

What it does

  • Basically it takes an IPSW and parses every img3 inside.
  • Using BASH, we launch greenpois0n monitoring its output, and when it loads iBSS we kill it.

We will have an iDevice in iBSS pwned.

  • Using the
    go aes dec
    command we find keys/IVs and format them.
  • The tool will also decrypt for you the whole IPSW, so you can play with it easily.
  • A private beta version can produce a page, allowing to add keys easily.
  • Latest version can be found on GitHub

This is OUTDATED, use Sekrit instead.

Requirements