{% extends "base.html" %} {% block content %}
Start Web API Fuzzer

File IO

Network Calls

Binder Calls

Crypto

Device Info

Base64

Content

SMS

Device Data

Dex Class Loader

Reflection

System Manager

Process

EXPORTED ACTIVITY TESTER

{% for img, desc in expacttest.items %} {% endfor %}
{{desc}} {{ desc }}

ACTIVITY TESTER

{% for img, desc in acttest.items %} {% endfor %}
{{desc}} {{ desc }}

SCREENSHOTS

{% for i in imgs %} Screenshot {% endfor %}

HTTP(s) Traffic

{{ http }}

Clipboard Dump

{% for f in clipboard %} {{ f}}
{% endfor %}

URLs

{% for f in urls %} {{ f}}
{% endfor %}

Malware Check

{% if urls|length > 1 %} {% endif %} {% for domain, details in domains.items %} {% endfor %}
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 %}

EMAILs

{% for f in emails %} {{ f}}
{% endfor %}

SQLite Databases

{{ sqlite | safe}}

XML Files

{{ xml | safe}}

Other Files

{{ others | safe}}
{% endblock %}