{% include 't_head.html' %}
{% include 't_sidebar.html' %}
{% include 't_navbar.html' %}

In case of issue try to attach a different persistent process. Click here to change.
Edit these settings directly in the Config tab

📱Device - Setting Panel

{% for package in packages %} {% endfor %}
If you choose "attach", make sure the app you are looking for is up and running on the device!

 Load one of your favorite Frida Custom Scripts
  Scripts are automatically loaded from the custom_scripts folder. Make sure to add your favorite .js scripts! 😉
    {% for cs in custom_scripts_Android %}
  • [{{ loop.index }}] - {{ cs }}
  • {% endfor %}
    {% for cs in custom_scripts_iOS %}
  • [{{ loop.index }}] - {{ cs }}
  • {% endfor %}
 What do you want to monitor? (Android Only)
  This feature is currently available for Android apps only.
{% for e in api_monitor %} {% if loop.index<=10 %}
{% endif %} {% endfor %}
{% for e in api_monitor %} {% if loop.index>10 and loop.index<=20 %}
{% endif %} {% endfor %}
{% for e in api_monitor %} {% if loop.index>20 and loop.index<=30 %}
{% endif %} {% endfor %}


{% include 't_js_script.html' %} {% block scripts %} {% endblock %}