Hacktivates iPhones vulnerable to Checkm8 via the Checkra1n jailbreak.
Currently this tool ONLY bypasses iCloud. Full hacktivation features are currently being looked into and should come eventually. NOTICE: It's been 2 years, I've since long lost interest in the project as you can tell, I'm sure if someone teaches me how to do this, or I get motivated to figure it out myself, I'll push an update. Else for now, enjoy your bypassed but not hacktivated devices :P
To install the python dependencies you need pipenv. Read here: https://pypi.org/project/pipenv/
- Open a terminal, and
cd
into the hacktivate directory. - Run
pipenv install
. This installs all the python libraries. - Run
pipenv shell
. This opens a pipenv interactive window. - Run
python hacktivate.py --install
to download the nessecary files. - Run
python hacktivate.py --hacktivate
to start the hacktivation process. If you're having trouble with SSH, runpython hacktivate.py --hacktivate --alternate
. This uses iProxy on port 44 instead 22.