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

MobSF MobSF Application Security Scorecard - {% if app_name %} {{ app_name }} {% else %} {{ file_name }} {% endif %} {{ version_name }} {% if '.apk' == file_name|slice:"-4:"%} {% elif '.xapk' == file_name|slice:"-5:"%} {% elif '.apks' == file_name|slice:"-5:"%} {% elif '.ipa' == file_name|slice:"-4:"%} {% elif '.zip' == file_name|slice:"-4:"%} {% elif '.appx' == file_name|slice:"-5:"%} {% endif %}

{% if not efr01 %}

Security Score


Security Score {{ security_score }}/100

{% endif %}

Risk Rating


Grade

    {% if security_score < 30 %}
  1. A
  2. B
  3. C
  4. F
  5. {% elif security_score < 40 %}
  6. A
  7. B
  8. C
  9. F
  10. {% elif security_score < 60 %}
  11. A
  12. B
  13. C
  14. F
  15. {% else %}
  16. A
  17. B
  18. C
  19. F
  20. {% endif %}

Severity Distribution (%)


{% if not efr01 %}

Privacy Risk

{% elif trackers > 4 %} background:#ff0018"> {% else %} background:#303238"> {% endif %} {{ trackers }} {% else %}"> NA {% endif %}

{% if total_trackers %} User/Device Trackers {% else %} Not Scanned {% endif %}

{% endif %}

Findings

High {{ high | length}}
Medium {{ warning | length}}
Info {{ info | length}}
Secure {{ secure | length}}
{% if efr01 %}Need to Investigate{% else %}Hotspot{% endif %} {{ hotspot | length}}

{% for item in high %} {% endfor %} {% for item in warning %} {% endfor %} {% for item in info %} {% endfor %} {% for item in secure %} {% endfor %} {% for item in hotspot %} {% endfor %}

MobSF Application Security Scorecard generated for ({% if app_name %} {{ app_name }} {% else %} {{ file_name }} {% endif %} {{ version_name }}) {% if '.apk' == file_name|slice:"-4:"%} {% elif '.xapk' == file_name|slice:"-5:"%} {% elif '.apks' == file_name|slice:"-5:"%} {% elif '.ipa' == file_name|slice:"-4:"%} {% elif '.zip' == file_name|slice:"-4:"%} {% elif '.appx' == file_name|slice:"-5:"%} {% endif %}

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