{% extends "base/base_layout.html" %} {% load static %} {% block sidebar_option %} sidebar-collapse {% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if not identifier %}

Android Runtime not found!

MobSF cannot find android instance identifier. Make sure that an android instance is running and refresh this page.

If this error persists, Please set ANALYZER_IDENTIFIER in MobSF/settings.py or ~/.MobSF/config.py

{% endif %}

Dynamic Analyzer Supports

• Genymotion Android VM version 4.1 to 10.0 (x86, upto API 29)
• Android Studio Emulator AVD version 5.0 to 9.0 (arm, arm64, x86, and x86_64 upto API 28)
We recommend using Android 7.0 and above.

For Android versions less than 5, we use Xposed Framework and therefore, you must MobSFy the Android Runtime prior to Dynamic Analysis.
Other versions use Frida and are automatically MobSFyed on the go.

HTTPS Traffic Interception

For Android version 4.1 - 4.3, set Android VM proxy as {% if proxy_ip %} {{ proxy_ip }}{% else %} <Host IP>{% endif %}:{{proxy_port}}
For Android versions 4.4 - 10, global proxy settings are automatically applied.
For more information, please refer Documentation.




Android instance: {{ identifier }}

Apps Avaiable for Dynamic Analysis

{% if apps %} {% for e in apps %} {% endfor %} {% endif %}
APP FILE NAME PACKAGE ACTION

{{ e.APP_NAME }} - {{ e.VERSION_NAME }}
{{ e.FILE_NAME }} {{ e.PACKAGE_NAME }} Start Dynamic Analysis

View Report
{% endblock %} {% block extra_scripts %} {% endblock %}