0xc0rvu5.github.io

View on GitHub

Installing and Retrieving APK File from Emulator/Phone

Decompile APK with apktool

Android Static Analysis

Find Hard-coded Strings

Search for firebase databases

Use cloud_enum

Use MobSF

Android Dynamic Analysis

Burpsuite Certificate Setup For Android

Additional Tools for Mobile Hacking

Injecting Frida manually

# direct methods
.method public constructor <init>()V
    .locals 0

    invoke-direct {p0}, Landroidx/appcompat/app/c;-><init>()V

    return-void
# direct methods
.method public constructor <init>()V
    .locals 0

    invoke-direct {p0}, Landroidx/appcompat/app/c;-><init>()V

    const-string v0, "frida-gadget"
invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V

    return-void

Objection relevant commands

Use Frida CodeShare and Enable Scripts on Startup With Objection

MOBSF Relevant

Create a Generic APK with Metasploit Shell

Injecting Play Store App with Metasploit Shell

Reading Material

#hacking