{% if duplicate_list|length == 0 %}
{% else %}
Duplicate list:
{% set i = 0 %}
Hash type |
Paste info |
Date |
Path |
Action |
{% for dup_path in duplicate_list %}
{{ hashtype_list[loop.index - 1] }} |
Similarity: {{ simil_list[loop.index - 1] }}% |
{{ date_list[loop.index - 1] }} |
{{ dup_path }} |
|
{% endfor %}
{% endif %}
{% if l_64|length != 0 %}
Hash files:
estimated type |
hash |
saved_path |
Virus Total |
{% for b64 in l_64 %}
{{ b64[1] }} |
{{ b64[2] }} ({{ b64[4] }}) |
{{ b64[3] }} |
{% if vt_enabled %}
{% if not b64[5] %}
{% else %}
VT Report
{% endif %}
{% else %}
Virus Total submission is disabled
{% endif %}
|
{% endfor %}
{% endif %}
{% if crawler_metadata['get_metadata'] %}
{% endif %}
Content:
[Raw content]
{{ content }}