{% 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 {{ settings_loc }} or via environment variable MOBSF_ANALYZER_IDENTIFIER.

{% endif %}

MobSF Dynamic Analyzer Supports

• Genymotion Android VM version 4.1 - 11.0 (x86, upto API 30)
• Android Emulator AVD (non production) version 5.0 - 9.0 (arm, arm64, x86, and x86_64 upto API 28)
• Corellium Android VM (userdebug builds) version 7.1.2 - 11.0 (arm64 upto API 30)

{% if android_version %} Recommended Android version is 9.0
Detected Android Version: {{android_version}}, SDK: {{ android_sdk }}
{% if android_sdk|floatformat > android_supported|floatformat %} {% endif %} {% endif %} {% if android_version < 5 %} Xposed Framework is used for instrumentation and you must MobSFy and reboot the Android Runtime prior to Dynamic Analysis. {% if android_version < 4.4 %}
For Android version 4.1 - 4.3, set Android VM proxy as {% if proxy_ip %} {{ proxy_ip }}{% else %} <Host IP>{% endif %}:{{proxy_port}} {% endif %} {% endif %}




Android instance: {{ identifier }}

MobSF Dynamic Analysis

Apps in Device

{% if device_packages %} {% for hash, det in device_packages.items %} {% endfor %} {% endif %}
APP LOCATION IN DEVICE ACTION

{{ det.0 }}
{{ det.1}}

Start Dynamic Analysis

Pull & Static Analysis

View Report


Apps Available

{% 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

Start Dynamic Analysis (No reinstall)

View Report

{% endblock %} {% block extra_scripts %} {% endblock %}