{% extends "layout.html" %} {% block content %}

SnoopDroid Analyzer

This application allows you to analyzer a large number of APKs applications, likely extracted using Snoopdroid to identify malicious applications on an Android phone.

You can start directly by creating a new phone to be analyze here, or check the phones already analyzed below.

New Phone
{% if phones | length > 0 %} {% for p in phones %} {% endfor %}
Name Model Date #apk
{{p.name}} {{p.modele}} {{p.created_on}} {{apks[p.id]}}
{% else %} There are currently no phones in the database {%endif %} {% endblock %}