{% 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 %}Task id | Submitter | cuckoo flavour | Sample | Status | Error(s) | System | Date | uuid | |||
---|---|---|---|---|---|---|---|---|---|---|---|
Task id | Submitter | cuckoo flavour | Sample | Status | System | Date | uuid | ||||
{% if t['task']['status'] == 'reported' %}
![]() |
{% if t['task']['status'] == 'reported' %} {{ t['task']['id'] }} {% else %} {{ t['task']['id'] }} {% endif %} | {{ user }} | {% if cuckooStatus['version'] == '1.3-Optiv' %}modified Optiv v1.3 |
{% elif cuckooStatus['version'] == '1.3-NG' %}
modified Spender v1.3 |
{% else %}
vanilla v2.0-HEAD | {% endif %}{{ t['task']['target'].split("/")[4] }} | {{ t['task']['status'] }} | {% if errors == 'ERR' %}{% if t['task']['errors']|length > 0 %} {% endif %} | {% endif %}{{ t['task']['guest']['name'] }} | {{ t['task']['completed_on'] }} | {{ t['task']['uuid'] }} | {# {% endif %} {% endif %} #}
Input box:
Name: