Difference between revisions of "XPwn"

From The iPhone Wiki
Jump to: navigation, search
m (Dialexio moved page Xpwn to XPwn over a redirect without leaving a redirect: Let the edit war among admins begin! (Not really… This is actually the correct capitalization, as per the GitHub repo and original announcement.))
m (Correct capitalization.)
Line 1: Line 1:
  +
'''XPwn''' is a cross-platform, command line implementation of [[PwnageTool]], and is currently being maintained by [[User:Planetbeing|planetbeing]]. XPwn currently supports Windows, OS X, and GNU/Linux.
{{lowercase}}
 
'''xpwn''' is a cross-platform, command line implementation of [[PwnageTool]], and is currently being maintained by [[User:Planetbeing|planetbeing]]. xpwn currently supports Windows, OS X, and GNU/Linux.
 
   
 
== Tools ==
 
== Tools ==
Line 19: Line 18:
   
 
== External Links ==
 
== External Links ==
* [http://github.com/planetbeing/xpwn Source Code]
+
* [https://github.com/planetbeing/xpwn Source Code]
   
 
[[Category:Hacking Software]]
 
[[Category:Hacking Software]]

Revision as of 02:38, 27 February 2013

XPwn is a cross-platform, command line implementation of PwnageTool, and is currently being maintained by planetbeing. XPwn currently supports Windows, OS X, and GNU/Linux.

Tools

XPwn consists of many utilities:

  • dfu-util is like idevice, but does not depend on any proprietary software, instead using libusb. It usage on Windows is not recommended.
  • dmg allows decrypting and encrypting of the root file system
  • hdutil allows image files to be edited
  • hfsplus allows the root file system, and the ramdisks to be edited
  • idevice is a utility for Windows that guides the user into DFU Mode and then sends the exploit
  • ipsw creates the patched IPSW
  • itunespwn is a Windows utility that replaces a file in %APPDATA%\Apple Computer\Device Support allowing the exploit to be uploaded by iTunes when the device is in DFU Mode
  • xpwn is a utility that allows the bootlogo + recovery logo of an IPSW to be changed
  • xpwntool allows decrypting and patching of firmware files

See Also

External Links