{% 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 }}
{% for crash in crashes %} {% endfor %}
Test Case # Crash Synopsis Captured Bytes
{{crash.key}} {{crash.value}} {{crash.status_bytes}}
{% endblock %}