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

MobSF iOS Dynamic Analyzer

{% if not dynamic_analyzer %}
Cannot authenticate with Corellium. Please ensure that MOBSF_CORELLIUM_API_KEY is configured.
{% endif %}
Corellium Project ID: {{ project_id }}
Refresh Create VM {% if instances %} {% for i in instances %} {% endfor %} {% endif %}
VM VERSION STATE PROGRESS ACTIONS
{{i.name}}
({{ i.id}})
{{i.flavor }}, {{ i.os }} {{i.state}} {% if 'progress' in i.restoreStatus %}
{{i.restoreStatus.progress| floatformat:"0"}}%
{% endif %} {% if 'stage' in i.restoreStatus %}
 {{ i.restoreStatus.stage}}
{% endif %}

Start Stop Unpause Reboot Destroy

Choose an instance for Dynamic Analysis:

MobSF Dynamic Analysis

Apps in Device


Apps Available

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

{{ e.APP_NAME }} - {{ e.APP_VERSION }}
{{ e.FILE_NAME }} {{ e.BUNDLE_ID }} {% if e.ENCRYPTED %} ENCRYPTED IPA
You need decrypted IPA for dynamic analysis. {% else %}

Upload & Install

View Report

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