Back to Mobile Security Framework Mobsf

{% if app_name %} {{ app_name }} {% else %} {{ file_name }} {% endif %} {% if version_name %} ({{version_name}}) {% endif %}

mobsf/templates/pdf/android_report.html

4.4.62.0 KB
Original Source

ANDROID STATIC ANALYSIS REPORT

{% if app_name %} {{ app_name }} {% else %} {{ file_name }} {% endif %} {% if version_name %} ({{version_name}}) {% endif %}

|

File Name:

|

{{file_name}}

| |

Package Name:

|

{{ package_name }}

| |

Scan Date:

|

{{ timestamp }}

| {% if app_type not in 'so' %} {% 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 'so' %}

FINDINGS SEVERITY

HIGHMEDIUMINFOSECUREHOTSPOT

{{ appsec.high | length}}

|

{{ appsec.warning | length}}

|

{{ appsec.info | length}}

|

{{ appsec.secure | length}}

|

{{ appsec.hotspot | length}}

|