Mobile Application Security Testing
Installation
SKILL.md
Mobile Application Security Testing
Purpose
Conduct comprehensive security assessments of Android mobile applications through static and dynamic analysis. This skill covers APK reverse engineering, code analysis, runtime manipulation, SSL pinning bypass, root detection bypass, and identification of OWASP Mobile Top 10 vulnerabilities.
Prerequisites
Required Tools
# Android Debug Bridge
sudo apt-get install adb
# Jadx-GUI (Java Decompiler)
wget https://github.com/skylot/jadx/releases/download/v1.4.7/jadx-1.4.7.zip
unzip jadx-1.4.7.zip
# Apktool
sudo apt-get install apktool