Back to Mobile Security Framework Mobsf

{{ app_name }} {% if app_version %} ({{app_version}}) {% endif %}

mobsf/templates/pdf/ios_report.html

4.4.62.2 KB
Original Source

IOS STATIC ANALYSIS REPORT

{% if app_type not in 'Dylib,A' %} {% else %} {% endif %}

{{ app_name }} {% if app_version %} ({{app_version}}) {% endif %}

|

File Name:

|

{{file_name}}

| |

Identifier:

|

{{ bundle_id }}

| |

Scan Date:

|

{{ timestamp }}

| {% if app_type not in 'Dylib,A' %} {% if average_cvss %} |

Average CVSS Score:

|

{% if average_cvss > 6 %} {{ average_cvss }} {% elif average_cvss == 0 %} {{ average_cvss }} {% elif average_cvss >= 4 %} {{ average_cvss }} {% elif average_cvss < 4 %} {{ average_cvss }} {% endif %}

| {% endif %} |

App Security Score:

|

{% if appsec.security_score < 30 %} {{ appsec.security_score }}/100 (CRITICAL RISK) {% elif appsec.security_score < 40 %} {{ appsec.security_score }}/100 (HIGH RISK) {% elif appsec.security_score < 60 %} {{ appsec.security_score }}/100 (MEDIUM RISK) {% else %} {{ appsec.security_score }}/100 (LOW RISK) {% endif %}

| |

Grade:

|

F {% elif appsec.security_score < 40 %} #ffc107">C {% elif appsec.security_score < 60 %} #f4ff45">B {% else %} #28a745">A {% endif %}

| {% endif %} {% if trackers|key:"trackers" %} |

Trackers Detection:

|

0 %} class="warning" {% endif %}>{{ trackers.detected_trackers }}/{{ trackers.total_trackers }}

| {% endif %} {% if virus_total and virus_total.items|length > 9 and 'request successfully queued' not in virus_total.verbose_msg %} |

VirusTotal Detection:

|

{{ virus_total.positives }}/{{ virus_total.total }}

| {% endif %} {% if app_type not in 'Dylib,A' %}

FINDINGS SEVERITY

HIGHMEDIUMINFOSECUREHOTSPOT

{{ appsec.high | length}}

|

{{ appsec.warning | length}}

|

{{ appsec.info | length}}

|

{{ appsec.secure | length}}

|

{{ appsec.hotspot | length}}

|