{% extends "base.html" %} {% block body %}
boofuzz Fuzz Control
{% if state.session.is_paused %}
paused
{% else %}
running
{% endif %}
Total: {{ state.total_mutant_index }} of {{ state.total_num_mutations }} {{ state.progress_total_bar | safe }} {{ state.progress_total }}
{{ state.current_name }}: {{ state.current_mutant_index }} of {{ state.current_num_mutations }} {{ state.progress_current_bar | safe }} {{ state.progress_current }}
{% if state.session.is_paused %} {% else %} {% endif %}
{% for crash in crashes %} {% endfor %}
Test Case # Crash Synopsis
{{crash.key}} {% for reason in crash.reasons %}
{{reason}}
{% endfor %}

Test Case Log:

{% endblock %}