{% if findres %}
{{ findres.vuln_applications | length + findres.ctf_challenges | length + findres.malware | length }} results for search '{{ findquery }}'
{% for res in findres.vuln_applications %}
{% if res.exploitdb_id is null %}

Modify content of object #{{ res._id }} - {{ res.Upload_Type }}

Application Name
Application Summary
CVE-ID (CVE-YYYY-XXXX)
Platform
Tag
{% endif %}
{% endfor %} {% for res in findres.ctf_challenges %}

Modify content of object #{{ res._id }} - {{ res.Upload_Type }}

Challenge Name
Author
Port (digits only)
Type
Category
Difficulty Level
Points (digits only)
Walkthrough
Flag
{% endfor %} {% for res in findres.malware %}

Modify content of object #{{ res._id }} - {{ res.Upload_Type }}

Malware Name
Malware Summary
Platform
Malware Type
{% endfor %} {% endif %}