Difference between revisions of "XPwn"

From The iPhone Wiki
Jump to: navigation, search
(Frontends)
Line 1: Line 1:
Xpwn is a cross platform implementation of Pwnage. Currently supported operating systems are Windows, Mac OS X, and Linux.
+
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].
 
   
 
== Tools ==
 
== Tools ==
  +
XPwn consists of 4 utilities: ipsw, itunespwn, idevice, and dfu-util.
   
  +
'''ipsw''' creates the patched [[IPSW File Format|IPSW]].
Xpwn consists of 4 utilities: ipsw, itunespwn, idevice, and dfu-util.
 
 
'''ipsw''' is the main ipsw patching utility, responsible for creating the patched ipsw.
 
   
'''itunespwn''' replaces a file in %APPDATA%\Apple Computer\ Device Support, allowing the exploit to be uploaded by iTunes (when the device is in DFU mode).
+
'''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).
   
 
'''idevice''' is a utility for Windows that guides the user into DFU mode and then sends the exploit.
 
'''idevice''' is a utility for Windows that guides the user into DFU mode and then sends the exploit.
Line 16: Line 14:
 
== Frontends ==
 
== Frontends ==
   
[[Winpwn]], [[Sn0wbreeze]], and [[Starst0rm]] are graphical frontends to Xpwn (the former two for Windows, the later for Linux).
+
[[WinPwn]] and [[Sn0wbreeze]] are GUI frontends of XPwn for Windows. and [[Starst0rm]] is a GUI frontend of XPwn for Linux.

Revision as of 18:42, 9 August 2010

XPwn is a cross-platform, command line implementation of PwnageTool, maintained by planetbeing. Currently supported operating systems are Windows, Mac OS X, and Linux. XPwn's source can be found on GitHub.

Tools

XPwn consists of 4 utilities: ipsw, itunespwn, idevice, and dfu-util.

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).

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. and Starst0rm is a GUI frontend of XPwn for Linux.