Difference between revisions of "XPwn"

From The iPhone Wiki
Jump to: navigation, search
m (Link fix.)
m (IAdam1n moved page Xpwn to XPwn over redirect: revert)
 
(20 intermediate revisions by 7 users not shown)
Line 1: Line 1:
  +
{{about|the collection of tools|the specific program|xpwn}}
XPwn is a cross-platform, command line implementation of [[PwnageTool]], maintained by [[User:Planetbeing|planetbeing]]. Currently supported operating systems are Windows, Mac OS X, and Linux. XPwn's source can be found on [http://github.com/planetbeing/xpwn GitHub].
 
  +
'''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 ==
XPwn consists of 4 utilities: ipsw, itunespwn, idevice, and dfu-util.
+
XPwn consists of many utilities:
  +
* '''[[dfu-util]]''' is like idevice, but does not depend on any proprietary software, using [http://www.libusb.org/ libusb] instead.
  +
* '''[[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 File Format|IPSW]]
  +
* '''[[itunespwn]]''' is a Windows utility that replaces a file in <code>%APPDATA%\Apple Computer\Device Support</code> 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 File Format|IPSW]] to be changed
  +
* '''[[xpwntool]]''' allows decrypting and patching of firmware files
   
  +
== See Also ==
'''ipsw''' creates the patched [[IPSW File Format|IPSW]].
 
  +
* [[WinPwn]]
  +
* [[sn0wbreeze]]
   
  +
== External Links ==
'''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]]).
 
  +
* [https://github.com/planetbeing/xpwn Source Code]
   
  +
[[Category:Hacking Software]]
'''idevice''' is a utility for Windows that guides the user into DFU mode and then sends the exploit.
 
 
'''dfu-util''' is like idevice, but does not depend on any proprietary software, instead using libusb. It is not recommended on Windows.
 
 
== Frontends ==
 
[[WinPwn]] and [[Sn0wbreeze]] are GUI frontends of XPwn for Windows. For Linux, there is a GUI frontend called [[starst0rm]].
 

Latest revision as of 17:27, 20 August 2013

This page is about the collection of tools. For the specific program, see xpwn.

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, using libusb instead.
  • 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