objection
Objection is a runtime mobile exploration toolkit, powered by Frida, built to help you assess the security posture of your mobile applications, without needing a jailbreak.
Installation
pip3 install objectionConnection
objection --gadget com.sensepost.ipewpew exploreCommands
Patch apk
objection patchapk -s testAPK.apkObjection Basics
! (executes operating system commands using pythons subprocess module)
env (enumerate interesting directories that relate to the application)
reconnect (attempts to reconnect to the Frida Gadget specified with --gadget on startup)
frida (print frida information)
jobs list (list the currently running jobs)
jobs kill <job_uuid> (kills a running job identified by its UUID)
plugin load <local_path> (loads an objection plugin into the current session)File Operations
Device actions
App Analysis
Hooking
Keystore
Intents
Memory
SQLite
References
Last updated