Skip to content

Objection

What it does? It makes a regular ADB connection ant start the frida server in the device. If you are using a rooted device it is needed to select the application that you want to test inside the --gadget option.

Installation

pip3 install objection

Usage

What it does? It makes a regular ADB connection ant start the frida server in the device. If you are using a rooted device it is needed to select the application that you want to test inside the --gadget option.

In the metromadrid app, this would be:

objection --gedget es.metromadrid.metroandroid explore

Basic commands

# Some interesting information (like passwords, paths...) could be found inside the environment.
env

file download <remotepath> [<localpath>]
file upload <localpath> [<remotepath>]
import <localpath frida-script>

# Disable SSL pinning on android devices
android sslpinningdisable
Last update: 2023-05-02
Created: January 4, 2023 00:07:39