{% extends 'base-sylph.html' %} {% block title %}Sylph Upload Interface - {% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

Welcome to the sylph interface of DMA aka development/admin UI.

{% if e %}
Malicious sample upload interface is temporarily ERROR, see error(s) below.
{{ e }}
{% endif %}
DMA Stats
Task stats: {{ taskStats }}
Free disk space: {{ diskFree }}
Load Average 1/5/15min(s): {{ loadAvg }}/{{ loadAvg5 }}/{{ loadAvg15 }}
{% if s %}
{% if errors == 'NOERR' %} Show Failed Analysis {% else %} Show Failed Analysis {% endif %}
Status of uploaded sample
{% if errors == 'ERR' %} {% endif %} {% if errors == 'ERR' %} {% else %} {% endif %} {% for t in s %} {% if t['task']['errors']|length > 0 %} {% elif t['task']['status'] == 'failed_analysis' %} {% elif t['task']['status'] == 'reported' %} {% elif t['task']['status'] == 'running' %} {% elif t['task']['status'] == 'pending' %} {% else %} {% endif %} {# {% if errors == 'ERR' %} {% if not t['task']['errors'] %} #} {% if cuckooStatus['version'] == '1.3-Optiv' %} {% elif cuckooStatus['version'] == '1.3-NG' %} {% else %} {% endif %} {% if errors == 'ERR' %} {% endif %} {# {% endif %} {% endif %} #} {% endfor %}
PDFTask idSubmittercuckoo flavourSampleStatusError(s)SystemDateuuid
PDFTask idSubmittercuckoo flavourSampleStatusSystemDateuuid
{% if t['task']['status'] == 'reported' %} {% else %} N/A {% endif %} {% if t['task']['status'] == 'reported' %} {{ t['task']['id'] }} {% else %} {{ t['task']['id'] }} {% endif %} {{ user }} modified
Optiv v1.3
modified
Spender v1.3
vanilla v2.0-HEAD {{ t['task']['target'].split("/")[4] }} {{ t['task']['status'] }} {% if t['task']['errors']|length > 0 %} {% endif %} {{ t['task']['guest']['name'] }} {{ t['task']['completed_on'] }} {{ t['task']['uuid'] }}
{% endif %}

Input box:

Name:

{% endblock %}