{% extends "layout.html" %} {% block slider %}

{% endblock slider %} {% block main %}

Payloads



Generate Payload

This can take a few minutes, please be patient.
{% if not payloads %}
You have no payloads yet!
{% else %}
How to generate a payload
{% endif %}
Select a payload format to get started.
  • Python - Obfuscated Python script. The file size is quite small, however, it requires Python be installed on the target system to run.
  • Executable - Compile a binary executable for a target operating system and architecture. This will run on systems which do not have Python installed, however, the file size is larger.
  • Need help? Check out the FAQ page.
{% for f in payloads %} {% endfor %}
Filename Format Architecture Created Download
{{ f.filename }} {{ f.architecture }} {{ f.created }}
{% endblock main %}