Objection is a runtime mobile exploration toolkit, powered by Frida. It was built with the aim of helping assess mobile applications and their security posture without the need for a jailbroken or rooted mobile device.
Note: This is not some form of jailbreak / root bypass. By using objection, you are still limited by all of the restrictions imposed by the applicable sandbox you are facing.
Features
Supporting both iOS and Android and having new features and improvements added regularly as the tool is used in real world scenarios, the following is a short list of only a few key features:
For all supported platforms, objection
allows you to:
objection
or just Frida itself.iOS specific features in objection
include the ability to:
.plist
files in a human readable format without relying on external parsers.Android specific features in objection
include the ability to:
Also Read – Rifiuti2 : Windows Recycle Bin Analyser
Screenshots
The following screenshots show the main objection
repl, connected to a test application on both an iPad running iOS 10.2.1, and Samsung Galaxy S5 running Android 6.
A file system listing of the iOS applications main bundle
A file system listing of the Android applications bundle
iOS Keychain dumped for the current application, and later written to a file called keychain.json
Inline SQLite query tool
SSL Pinning bypass running for an iOS application
SSL Pinning bypass running for an Android application
API usage to list the currently stored iOS sharedHTTPCookieStorage
Sample Usage
A sample session, where objection version 0.1 is used to explore the applications environment. Newer versions have the REPL prompt set to the current applications name, however usage has remained the same:
Prerequisites
To run objection, all you need is the python3 interpreter to be available. Installation via pip should take care of all of the dependencies needed. For more details, please see the prerequisites section on the project wiki.
As for the target mobile applications though, for iOS, an unencrypted IPA is needed and Android just the normal APK should be fine. If you have the source code of the iOS application you want to explore, then you can simply embed and load the FridaGadget.dylib from within the Xcode project.
Installation
Installation is simply a matter of pip3 install objection. This will give you the objection command.
GitButler is a git client that lets you work on multiple branches at the same…
Self-spreading to other Minecraft servers using an extendable, module-based lateral movement system. Crafty Controller Auth'd…
ModTask is an advanced C# tool designed for red teaming operations, focusing on manipulating scheduled…
HellBunny is a malleable shellcode loader written in C and Assembly utilizing direct and indirect…
SharpRedirect is a simple .NET Framework-based redirector from a specified local port to a destination…
Flyphish is an Ansible playbook allowing cyber security consultants to deploy a phishing server in…