Difference between revisions of "PwnPie"

From The iPhone Wiki
Jump to: navigation, search
(Requirements)
m
Line 1: Line 1:
  +
'''PwnPie''' is an outdated IV/Key decrypter for {{wp|Mac OS X}} and is designed to be what the nonexistent [[iKeys]] is supposed to be.
Old and outdated iOS key grabber.
 
   
 
== 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 [[pwned]] [[iBSS]] mode.
 
* Using the <code>go aes dec</code> command we find keys/IVs and format them.
 
* Using the <code>go aes dec</code> 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 rootfs inside of the [[IPSW]], so you can play with it easily.
* A private beta version can produce a page, allowing to add keys easily.
 
   
 
== Requirements ==
 
== Requirements ==
Line 13: Line 12:
 
* [[IRecovery]]: [http://cl.ly/38TE CloudApp]
 
* [[IRecovery]]: [http://cl.ly/38TE CloudApp]
 
* [[LibPNG]]: [http://ethan.tira-thompson.org/Mac_OS_X_Ports_files/libpng%20%28universal%29.dmg Ethan.Tira-Thompson.org]
 
* [[LibPNG]]: [http://ethan.tira-thompson.org/Mac_OS_X_Ports_files/libpng%20%28universal%29.dmg Ethan.Tira-Thompson.org]
  +
* [[LibUSB]]
* [[LibUSB]]: [http://0wn-team.info/LibUSB%20Installer.zip 0wn-team.info] [down since that domain expired. google it or something]
 
   
 
== Notes ==
 
== Notes ==
* This app is outdated, or [[PyPie]] is recommended.
+
* This app is outdated, [[PyPie]] is recommended.
   
 
[[Category:GUI Tools]]
 
[[Category:GUI Tools]]

Revision as of 02:58, 5 July 2011

PwnPie is an outdated IV/Key decrypter for Template:Wp and is designed to be what the nonexistent iKeys is supposed to be.

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 pwned iBSS mode.

  • Using the go aes dec command we find keys/IVs and format them.
  • The tool will also decrypt for you the rootfs inside of the IPSW, so you can play with it easily.

Requirements

Notes

  • This app is outdated, PyPie is recommended.