tags:

views:

36

answers:

2

jailbreakme.com is a website that jailbreaks your iPhone on the website. It downloads the installer, and then it installs it. How does a website download something and install it? How is that slider made on the website?

+1  A: 

There's some info about how it works here: JailbreakMe 2.0 Uses PDF Exploit

Greg Hewgill
+1  A: 

It works because of a security vulnerability in iOS that allows pdfs to execute arbitrary code. The website exploits this to install jailbreak software.

As for the slider, it uses javascript and WebKit transform. If you want more detailed info, just look at the source code for the site.

qmega