Skip to content

A script to speed up your iOS app analysis using frida/objection.

License

Notifications You must be signed in to change notification settings

icarot/IPABleeding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

IPABleeding

A script to speed up your iOS app analysis using frida/objection.

Prerequisites:

  • Python 3;
  • Objection/frida;
  • iOS device plugged in the USB in the machine;
  • Variable "objection" configured in the python script.

Overview:

Get the following information:

  • NSUserDefaults;
  • NSUrlCredentialStorage;
  • Binary details;
  • Cookies;
  • Keychain;
  • AppClasses;
  • Methods of each Class;
  • Memory dump.

Usage:

List the apps installed in the device:

python3 IPABleeding.py --list

Normal executation flow:

python3 IPABleeding.py --app <AppName>

This mode wil get also the method of each class:

python3 IPABleeding.py --app <AppName> --deep

To dump the memory of the app:

python3 IPABleeding.py --app <AppName> --memdump

About

A script to speed up your iOS app analysis using frida/objection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages