Skip to content
psychsecurity edited this page Feb 1, 2016 · 10 revisions

Welcome to the iOS-Pentesting wiki!

Decrypt apps:

Clutch 2

Either grab Clutch by adding repository http://cydia.iphonecake.com to Cydia or from git https://github.com/KJCracks/Clutch

root# Clutch2 -b 2 Dumps to: /var/tmp/clutch/app-dir

Fix for Clutch’s cracked Apps crashing on ARMv7s Devices

To be performed on Mac OS X

Extract the IPA file 2. Go into Payload/whatevername.app 3. Open up Terminal 4. Run this command lipo binary -thin armv7 -output newbinary mv newbinary binary

Dump class info

root# class-dump Spotify > /spotify-dump.txt

Clone this wiki locally