Back to Mobile Security Framework 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 %}

mobsf/templates/static_analysis/appsec_dashboard.html

4.4.61.7 KB
Original Source

{% 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 {% elif security_score < 40 %} 5. A 6. B 7. C 8. F {% elif security_score < 60 %} 9. A 10. B 11. C 12. F {% else %} 13. A 14. B 15. C 16. F {% 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 %} [

high {{ item.title}}

{{ item.section | upper }} ](#high-{{%20forloop.counter%20}})

{{ item.description}}

{% endfor %} {% for item in warning %} [

medium {{ item.title}}

{{ item.section | upper }} ](#warning-{{%20forloop.counter%20}})

{{ item.description}}

{% endfor %} {% for item in info %} [

info {{ item.title}}

{{ item.section | upper }} ](#info-{{%20forloop.counter%20}})

{{ item.description}}

{% endfor %} {% for item in secure %} [

secure {{ item.title}}

{{ item.section | upper }} ](#success-{{%20forloop.counter%20}})

{{ item.description}}

{% endfor %} {% for item in hotspot %} [

{% if efr01 %}need to investigate{% else %}hotspot{% endif %} {{ item.title}}

{{ item.section | upper }} ](#secondary-{{%20forloop.counter%20}})

{{ item.description}}

{% endfor %}