Show Menu
Cheatography

Objection iOS Cheat Sheet by

Quick reference of the Objection commands I use the most.

Starting Objection

Start objection attaching to a given patched app (For non-Ja­ilb­roken devices)
objection explore
Start objection attaching to a given app
objection -g <ap­pNa­me> explore
Spawn an app
objection -g <Bu­ndl­e_I­D> explore
Spawn an app with early instru­­me­n­t­ation disa­bling ssl pinning
objection -g <bu­ndl­e_I­D> explore --star­tup­-co­mmand 'ios sslpinning disable'

Recon

List Classes
ios hooking list classes
List Methods from a given class
ios hooking list class_methods <class_name>
List Bundles
ios bundles list_b­undles
List Frameworks
ios bundles list_f­ram­eworks
List loaded modules
memory list modules
List exports from a specific loaded module
memory list exports <mo­dul­e_n­ame­>
Searching for classes
ios hooking search classes <se­arc­h_t­erm­>
Searching for methods
ios hooking search methods <se­arc­h_t­erm­>

Tracing

Tracing all methods of a class
ios hooking watch class <class_name>
Tracing a specific method
ios hooking watch method "-[<class_name> <method_name>]" --dump-args --dump-return --dump-backtrace
Generating simple frida hooks
ios hooking generate simple <class_name>
Change return value of a method (Boolean only)
ios hooking set return_value "-[<class_name> <method_name>]" false
 

File Management

Print a file's content
file cat <fi­­le­n­a­me­>
Print a plist file
ios plist cat <fi­len­ame>
Download a file
file download <fi­­le­n­a­me­> <de­sti­nat­ion­>
Upload a file
file upload <fi­len­ame> <de­sti­nat­ion­>
Start HTTP file server
ios http start
Stop HTTP file server
ios http stop

Misc

List app's paths
env
Monitor the pasteboard
ios pasteboard monitor
Dump Keychain
ios keychain dump
Disable jailbreak detection
ios jailbreak disable
Disable SSL Pinning
ios sslpinning disable
Get app's shared cookies
ios cookies get

More Info

 
Objection developed by Leon Jacobs
Full code and docume­­nt­ation at https:­//g­ith­ub.c­om­/se­nse­pos­t/o­bje­ction
       
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          RxSwift Operators Cheat Sheet
          Basic Cisco IOS Commands Cheat Sheet
          Cisco Switch Configuration Cheat Sheet