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
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:
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