Skip to content

Files

Latest commit

 

History

History
8 lines (6 loc) · 293 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 293 Bytes

iOSUtils v1.0

Scrapes https://www.theiphonewiki.com/ for Keys and IV's for a specific firmware on a device (if keys and ivs are present)

Usage

Utils.getKeyFor("iPad2,5", "8.4.1", KeyTypes.KERNELCACHE).getIv();
Utils.getKeyFor("iPad2,5", "8.4.1", KeyTypes.KERNELCACHE).getKey();