ZigStrike Implants

Back to Generator {% if implants %} {% for id, implant in implants.items() %} {% endfor %}
Filename Type Technique Features Created Size MD5 Hash Actions
{{ implant.filename }} {{ implant.type }} {{ implant.technique }} {% if implant.protection != 'None' %} {{ implant.protection }} {% endif %} {% if implant.runtime_protection %} Runtime Protection {% endif %} {{ implant.timestamp }} {{ (implant.size / 1024)|round(1) }} KB {{ implant.md5 }} Download Delete Details
Full Path:
{{ implant.path }}
Injection Technique:
{{ implant.technique }}
Protection:
{{ implant.protection }}
Runtime Protection:
{{ 'Yes' if implant.runtime_protection else 'No' }}
Target Process:
{{ implant.process_target }}
MD5 Checksum:
{{ implant.md5 }}
{% else %}
No implants have been generated yet. Go back to the generator to create one.
{% endif %}