{% extends 'base/base.html' %} {% load static %} {% block title %} Add Scan Engine {% endblock title %} {% block custom_js_css_link %} {{ form.media }} {% endblock custom_js_css_link %} {% block breadcrumb_title %} {% endblock breadcrumb_title %} {% block page_title %} Add Scan Engine {% endblock page_title %} {% block main_content %}

Scan Engines

Scan Engines are the most crucial part of reNgine. They define how a scan is performed against a target. Scan Engines allow you to define the configuration and use it against multiple targets.
YAML configuration allows you fine tuning the engines such as rate, templates to be used, or configurations to be used.

{% csrf_token %} {% include "scanEngine/_items/form_engine.html" %}
{% endblock main_content %} {% block page_level_script %} {% endblock page_level_script %}