{% extends "base.html" %} {% block title %}Plugins - Hermetic Suite{% endblock %} {% block content %}

Install Plugin

Upload a plugin archive (.tar.gz, .tgz, or .zip)

Installed Plugins

{% if plugins %} {% for plugin in plugins %} {% endfor %}
Plugin Version Author Description Status Actions
{{ plugin.menu_icon }} {{ plugin.display_name }} {{ plugin.version }} {{ plugin.author or '-' }} {{ plugin.description }} {% if plugin.enabled %} Enabled {% else %} Disabled {% endif %} {% if plugin.enabled %}
{% else %}
{% endif %}

Note: After installing or updating plugins, restart the service from the Settings page for changes to take effect.

{% else %}

No plugins installed yet.

Plugins extend Hermetic Suite with features like web security testing, database auditing, SSL monitoring, and more.

{% endif %}
{% endblock %}