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

Keybase proof

I hereby claim:

  • I am h3adshotzz on github.
  • I am h3adsh0tzz (https://keybase.io/h3adsh0tzz) on keybase.
  • I have a public key ASB-TrXuwwcd0H9m1BDQkXIDT6TqINIcJ38cB-jo0LqPRQo

To claim this, I am signing this object:

@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
@h3adshotzz
h3adshotzz / SHAForce1.java
Created July 18, 2017 10:54
SHA1 dictionary calculator
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.Formatter;