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.
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 --alternative
. This uses iProxy on port 44 instead 22.