{% extends 'layouts/base.html' %} {% load i18n %} {% load static %} {% block content %} {% include 'header.html' %}

{% translate 'Setup scan - Enable plugins' %}

{% include 'partials/stepper.html' %}

{% translate "Plugins introduction" %}

{% blocktranslate trimmed %} KAT uses plugins to scan, check and analyze. Each plugin will bring a specific skillset that will help to generate your report. There are three types of plugins. {% endblocktranslate %}

  • {% translate 'Boefjes' %}: {% blocktranslate trimmed %} Scan objects for data. Each boefje has a scan intensity score to prevent invasive scanning on objects where you don’t have the clearance to do so. {% endblocktranslate %}
  • {% translate 'Normalizers' %}: {% blocktranslate trimmed %} Check the data for specific objects and add these object to your object list. {% endblocktranslate %}
  • {% translate 'Bits' %}: {% blocktranslate trimmed %} Analyze the available data to come to insights and conclusions. {% endblocktranslate %}

{% blocktranslate trimmed %} KAT will be able to generate a full report when all the required and suggested plugins are enabled. If you choose not to give a plugin permission to run, the data that plugin would collect or produce will be left out of the report which will then be generated based on the available data collected by the enabled plugins. Below are the suggested and required plugins for this report. {% endblocktranslate %}

{% blocktranslate trimmed %} Let’s setup your scan by enabling the plugins of your choice below. {% endblocktranslate %}

{% translate 'Suggested plugins' %}

{% if form_view == 'table' %} {% include 'partials/form/checkbox_group_table_form.html' with checkbox_group_table_form=select_boefjes_form btn_text='Enable and start scan' btn_disabled=boefje_disabled skip_onboarding="yes" %} {% else %} {% include 'partials/form/boefje_tiles_form.html' with checkbox_group_table_form=select_boefjes_form btn_text='Enable and start scan' btn_disabled=boefje_disabled skip_onboarding="yes" %} {% endif %}
{% endblock content %} {% block html_at_end_body %} {{ block.super }} {% endblock %}