Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MTJailed/jailbreakme
Browse files Browse the repository at this point in the history
  • Loading branch information
MTJailed committed Jun 23, 2018
2 parents 74a256b + d196fcb commit aba2855
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 18 deletions.
6 changes: 5 additions & 1 deletion DOCS/Butterflies-and-RCE-Writeup.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Butterflies and Browser exploits
# Butterflies and Browser exploits

## Quite well explained by Phoenhex
Read about it at:
https://phoenhex.re/2017-05-04/pwn2own17-cachedcall-uaf
2 changes: 1 addition & 1 deletion DOCS/Emptylist-11.3.1-Writeup.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ Use the functions in kmem.h to read and write kernel memory.

Persist a send-right to tfp0 in there if you want to keep kernel memory access after this process exits.

The exploit should work on iOS 11 through iOS 11.3.1 for all devices (iPad / iPhone).
The exploit should work on iOS 11 through iOS 11.3.1 for all devices (iPad / iPhone).
62 changes: 46 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,75 @@
# jailbreak me
# Jailbreak Me 13.37
A webbased jailbreak solution unifying existing jailbreak me solutions and new ones.

Created by Sem Voigtländer

## Rules
- Please respect the work of all developers who have made this possible
- Please pay attention to the license in this repository
- Do not in any form use the code in this repository for malware or data exfiltration.
- When using the logic or code used in this repository all developers should be accredited as mentioned in the credits.
- Jailbreaking with this is fun but be aware of the security risks of not updating your main device, anyone can use these bugs to spy or harm your device.

## Support

- 8.4.1 & 9.3 up to 9.3.3 & 11.3.1 (64-bit)
- 4.2.6 up to 4.3.3 & 8.4.1 and 9.1 up to 9.3.4 (32-bit)

### 64-bit devices
11.3.1: iPhone 8, 8+, X (and soon more)
#### 11.3.1: iPhone 8, 8+, X (more to come)
This uses Ian Beer's empty_list as a payload.
You can read about this exploit here: https://github.com/MTJailed/jailbreakme/blob/master/DOCS/Emptylist-11.3.1-Writeup.md

#### 9.3 - 9.3.x: All devices (Thanks to Luca Todesco)
This uses Pangu NvWaStone as a payload and has been written by Luca Todesco (@qwertyoruiopz).

Nvwastone slides by Pangu: https://www.blackhat.com/docs/us-16/materials/us-16-Wang-Pangu-9-Internals.pdf

Extended writeup about nvwastone by Jonathan Levin: http://newosxbook.com/articles/nuwashi.pdf

9.3 - 9.3.x: All devices
Simple writeup about nvwastone by Nettitude Labs: https://labs.nettitude.com/blog/what-is-the-jailbreak-for-ios-9-3-3-actually-doing-part-1/

8.4.1: Coming soon
#### 8.4.1 (soon)
This will use the work of Tihmstar and use EtaSon?? as a payload.

### 32-bit new devices
10.3.3: Coming in the far future
~~10.3.3: Coming in the far future~~ *(Can't make promises)*

~~9.3.5: Coming in the far future~~ *(Can't make promises)*

#### 9.1 - 9.3.4: All devices (Thanks to Tihmstar)
This uses HomeDepot as a payload. The webkit exploit has been written by Tihmstar.

Vulnerabilites used in this jailbreak also go under the name Pegasus.

Homedepot on the iPhone wiki: https://www.theiphonewiki.com/wiki/Home_Depot

9.3.5: Coming in the far future
#### 8.4.1: (soon)
This will use the work of Tihmstar and use EtaSon?? as a payload.

9.1 - 9.3.4: All devices
### 32-bit ancient devices (Thanks to Comex)

8.4.1: Coming soon
How to compile: https://mirrors.sipsik.net/domonkos.tomcsanyi.net/index.html%3Fp=329.html

### 32-bit ancient devices
4.3.3: iPad 1, iPad 2, iPhone 3GS, iPhone 4 GSM, iPod 3rd gen, iPod 4th gen
#### 4.3.3: iPad 1, iPad 2, iPhone 3GS, iPhone 4 GSM, iPod 3rd gen, iPod 4th gen

4.3.2: iPad 1, iPhone 3GS, iPhone 4 GSM, iPod 3rd gen, iPod 4th gen
#### 4.3.2: iPad 1, iPhone 3GS, iPhone 4 GSM, iPod 3rd gen, iPod 4th gen

4.3: iPad 1, iPhone 3GS, iPhone 4 GSM, iPod 3rd gen, iPod 4th gen
#### 4.3: iPad 1, iPhone 3GS, iPhone 4 GSM, iPod 3rd gen, iPod 4th gen

4.2.8: iPhone 4 CDMA
#### 4.2.8: iPhone 4 CDMA

4.2.7: iPhone 4 CDMA
#### 4.2.7: iPhone 4 CDMA

4.2.6: iPhone 4 CDMA
#### 4.2.6: iPhone 4 CDMA


### Credits
## Credits
- Niklas B
- Tihmstar
- Luca Todesco
- Comex
- PanguTeam
- Ian Beer
- Jonathan Levin (For the jailbreak toolkit)
- Sem Voigtländer (just a techie)

0 comments on commit aba2855

Please sign in to comment.