> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Penetration testing techniques for mobile applications and devices.

## Overview

Mobile security covers analysis and exploitation of Android and iOS applications, from traffic interception to security control bypasses and static APK analysis.

Quick reference for mobile engagements and CTFs focused on mobile applications.

***

## What's Inside

<CardGroup cols={2}>
  <Card title="Android" icon="android" href="/mobile/android/adb">
    ADB device management, APK extraction, traffic interception, intent injection, and app data analysis.
  </Card>

  <Card title="iOS" icon="apple">
    Jailbreak, IPA analysis, SSL pinning bypass, and instrumentation with Frida.
  </Card>
</CardGroup>

***

<Note>
  Techniques documented for use in authorized environments only. Labs, CTF platforms, and applications with explicit permission to test.
</Note>

<Warning>
  This section is under active development. More techniques and pages are being added.
</Warning>
