Skip to content

Instantly share code, notes, and snippets.

View aihkas's full-sized avatar
🎯
Focusing

Ai kaseer aihkas

🎯
Focusing
View GitHub Profile
@aihkas
aihkas / ipsw_keys.py
Created January 29, 2023 08:27 — 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