APP SCORES
{% if app_type not in 'so' %}
{% 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 }}Package Name {{ package_name }}
Main Activity {{ main_activity }}
Target SDK {{ target_sdk }} Min SDK {{ min_sdk }} Max SDK {{ max_sdk }}
Android Version Name {{ version_name }} Android Version Code {{ version_code }}
PLAYSTORE INFORMATION
Title {{ playstore_details.title }}Score {{ playstore_details.score}} Installs {{ playstore_details.installs }} Price {{ playstore_details.price }} Android Version Support {{ playstore_details.androidVersionText }} Category {{ playstore_details.genre }} Play Store URL {{ package_name }}
Developer {{playstore_details.developer}}, Developer ID {{playstore_details.developerId}}
Developer Address {{playstore_details.developerAddress}}
Developer Website {{playstore_details.developerWebsite}}
Developer Email {{playstore_details.developerEmail}}
Release Date {{ playstore_details.released }} Privacy Policy Privacy link
Description
{{ playstore_details.description }}