APP SCORES
{% if app_type not in 'Dylib,A' %}
{% if average_cvss %}
Average CVSS {{ average_cvss }}
{% endif %}
Security Score {{ appsec.security_score }}/100
{% endif %}
{% if trackers.detected_trackers > 0 %}
Trackers Detection {{ trackers.detected_trackers }}/{{ trackers.total_trackers }}
{% else %}
Trackers Detection {{ trackers.detected_trackers }}/{{ trackers.total_trackers }}
{% endif %}
{% if virus_total and virus_total.items|length > 9 %}
{% if virus_total.positives > 0 %}
VirusTotal Detection {{ virus_total.positives }}/{{ virus_total.total }}
{% else %}
VirusTotal Detection {{ virus_total.positives }}/{{ virus_total.total }}
{% endif %}
{% endif %}
FILE INFORMATION
File Name {{ file_name }}Size {{ size }}
MD5 {{ md5 }}
SHA1 {{ sha1 }}
SHA256 {{ sha256 }}
APP INFORMATION
App Name {{ app_name }}App Type {{ app_type }}
Identifier {{ bundle_id }}
SDK Name {{ sdk_name }}
Version {{ app_version }} Build {{ build }} Platform Version {{ platform }} Min OS Version {{ min_os_version }}
Supported Platforms {% for pl in bundle_supported_platforms %} {{pl}}, {% endfor %}
BINARY INFORMATION
Arch {{ binary_info.arch }}Sub Arch {{ binary_info.subarch }}
Bit {{ binary_info.bit }} Endian {{ binary_info.endian }}
APP STORE INFORMATION
Title {{ appstore_details.title }}Score {{ appstore_details.score}} Features {% for fea in appstore_details.features %} {{ fea }}, {% endfor %} Price {{ appstore_details.price }} Category {% for cat in appstore_details.category %} {{ cat }}, {% endfor %} App Store URL {{ appstore_details.app_id }}
Developer {{appstore_details.developer}}, Developer ID {{appstore_details.developer_id}}
Developer Website {{appstore_details.developer_website }}
Developer URL {{appstore_details.developer_url}}
Supported Devices {% for dev in appstore_details.supported_devices %} {{ dev }}, {% endfor %}
Description
{{ appstore_details.description }}