{% extends "_base.html" %} {% block content %}

Server configuration

{% for key, value in CONFIG.items %} {% endfor %}

Euscan config

{{ key }} {{ value }}

{% for item in BLACKLIST_VERSIONS %} {% endfor %}

Versions blacklist

{{ item }}

{% for item in BLACKLIST_PACKAGES %} {% endfor %}

Packages blacklist

{{ item }}

{% for item in SCANDIR_BLACKLIST_URLS %} {% endfor %}

Scandir blacklist

{{ item }}

{% for item in BRUTEFORCE_BLACKLIST_PACKAGES %} {% endfor %}

Bruteforce packages blacklist

{{ item }}

{% for item in BRUTEFORCE_BLACKLIST_URLS %} {% endfor %}

Bruteforce urls blacklist

{{ item }}

{% for item in ROBOTS_TXT_BLACKLIST_DOMAINS %} {% endfor %}

Robots.txt domain blacklist

{{ item }}
{% endblock %}