{% if form %} {% endif %}

{{ title.title }}

Scan Instruction Edit previous consult forms Privacy Checkup ❌ Close App and End Session

An open-source app for scanning mobile devices (e.g., Android and iOS devices) for apps that can be used to spy on, track, or otherwise monitor a person.

{% if form %}
Scan client devices (opens in new tab)
{% from "_formhelpers.html" import render_field %}
{% for f in form %} {{ render_field(f) }} {% endfor %}

{% else %} {% if formdone %}

Form submitted successfully!


Return to the homepage to scan devices or choose to start a new client session. {% else %} No form generated. Please go back to the homepage. {% endif %} {% endif %}