Configuration


Settings



{% for k, v in config.items() %} {% if k.startswith('app.') %} {% endif %} {% endfor %}
reports_dir reports are saved here
exfil_dir exfiled files are saved here
{{ k}} a fact to use in a command


Plugins



{% for plugin in plugins %} {% if plugin.enabled %} {% else %} {% endif %} {% endfor %}
{{ plugin.name }} {{ plugin.description }}