{% block content %}
Name {{ name }}
Size {{ size }}
MD5 {{ md5 }}
SHA1 {{ sha1 }}
SHA256 {{ sha256 }}
Package Name {{ packagename }}
Main Activity {{ mainactivity }}
Target SDK {{ targetsdk }} Min SDK {{ minsdk }} Max SDK {{ maxsdk }}
Android Version Name {{ androvername }}
Android Version Code {{ androver }}
Native {{ native }}
Dynamic {{ dynamic }}
Reflection {{ reflection }}
Crypto {{ crypto }}
Obfuscation {{ obfus }}
{{ certinfo | safe}} {% if issued == "good" %} Certicate Status: Good {% else %} Certicate Status: Bad Description:App Signed by 'Android Debug' Certificate. Production ready applications should not be signed with 'Android Debug' Certificate. {% endif %}
PERMISSION | STATUS | INFO | DESCRIPTION |
---|
ISSUE | SEVERITY | DESCRIPTION |
---|
ISSUE | SEVERITY | FILES |
---|
API | FILES |
---|
URL | File |
---|
Domain | Status |
---|---|
{{domain}} |
{% if details|key:"bad" == "yes" %}
malware
URL: {{details|key:"domain_or_url"}}
IP: {{details|key:"ip"}}
Description: {{details|key:"desc"}}
{% else %}
good
{% endif %}
|
File |
---|
ISSUE | FILES |
---|
{% for val in strings %}
{{ val }}
{% endfor %}
{% for act in activities %}
{{ act}}
{% endfor %}
{% for prv in providers %}
{{ prv}}
{% endfor %}
{% for rcv in receivers %}
{{ rcv}}
{% endfor %}
{% for srv in services %}
{{ srv}}
{% endfor %}
{% for lib in libraries %}
{{ lib }}
{% endfor %}
{% for file in files %}
{{ file}}
{% endfor %}