wynwxst / Checkra1n.py

checkra1n for windows, written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checkra1n.py

checkra1n for windows, written in python

well it's checkm8 only

For libusb errors, refer to this guide: https://www.smallcab.net/download/programme/xm-07/how-to-install-libusb-driver.pdf

Testers

Testers DM me on discord @ Shion#2717 to be a tester

RUN ALL OF THIS USING ADMIN COMMAND PROMPT

Preinstall

git from https://git-scm.com/

python from https://python.org

IMPORTANT

cd to the libusb folder after cloning/downloading and copy libusb.dll to c:/windows/system32 and c:/windows/syswow64 (only if 64bit) then run infinstaller.exe from libusb folder and install the .inf file by right clicking. AFter that copy Libusb0.sys to c:/windows/system32/Drivers and c:/windows/syswow64 (only if 64bit)

Must do

after cloning cd into the folder and type python main.py type 0 into $ to install dependencies

Optional (recomended)

Run command prompt as administrator and cd to the folder, type cpbin ~ this allows you to run checkra1n from anywhere by typing checkra1n from cmd

Steps

For the menu, simply follow installation for the instant checkra1n cd to the folder and type cpbin.lnk (allows you to just type checkra1n from anywhere, boot flags not supported yet) For a bad GUI version cd to the folder and type python gui.py For webra1n (css + html to come soon) cd to the folder and type python index.py

Installation:

git clone https://github.com/ehnryu/Checkra1n.py/
cd Checkra1n.py
python main.py

Features

  • Webra1n
  • Gui
  • Cli
  • DFU tool ~ python dfu.py
  • Menu
  • Open source

TO DO:

  • [ ] Implement pyboot Taken out
  • Add mydearpygui
  • Make theming
  • Make electron flask UI

Compatability

s5l8947x - Apple TV 3rd Gen

s5l8950x: iPhone 5/5C

s5l8955x: iPad 4th Gen

s5l8960x: iPad Air, iPhone 5S, iPad mini 2, iPad mini 3

t8002: Apple Watch Series 1/2

t8004: Apple Watch Series 3

t8010: iPad 6/7th Gen, iPhone 7, iPhone 7 Plus, iPod Touch 7th Gen

t8011: iPad Pro (10.5 inch), iPad Pro (12.9 inch) 2nd Gen, Apple TV 4k

t8015: iPhone 8/8+, iPhone X

Or anything else that supports the checkm8 exploit

Troubleshooting:

  1. restart your computer at least 3 times after installing drivers
  2. re-try the jailbreak

Errors:

1. File "C:\Users\users\Downloads\ipwndfu-master\ipwndfu-master\ipwndfu", line 47, in device = dfu.acquire_device() File "C:\Users\users\Downloads\ipwndfu-master\ipwndfu-master\dfu.py", line 16, in acquire_device for device in usb.core.find(find_all=True, idVendor=0x5AC, idProduct=0x1227, backend=backend): File "C:\Users\users\Downloads\ipwndfu-master\ipwndfu-master\usb\core.py", line 1263, in find raise NoBackendError('No backend available') usb.core.NoBackendError: No backend available

(also remember to install python with this error)

with this error you must read the #must do section

Credits:

axi0mX for original exploit

geohot for patch of exploit

Ehnryu for patching it further with a user friendly ui

Disclaimer

I am not responsible for your device errors

About

checkra1n for windows, written in python

License:GNU General Public License v3.0


Languages

Language:C 88.0%Language:Python 10.5%Language:Assembly 1.3%Language:Batchfile 0.1%Language:Makefile 0.1%Language:HTML 0.0%