Skip to content

Instantly share code, notes, and snippets.

View h3adshotzz's full-sized avatar
🏠
Working from home

h3adsh0tzz h3adshotzz

🏠
Working from home
View GitHub Profile
@h3adshotzz
h3adshotzz / ipsw_keys.py
Created October 6, 2019 19:42 — forked from MCJack123/ipsw_keys.py
Extract iOS firmware keys using on-device AES engine
#!/usr/bin/env python
from sys import argv, stdout
from os import system, remove, path
from urlparse import urlparse
import re
import dfu
import ssl
import math
import json
import getopt