{% extends 'layouts/master-page.html' %} {% block title %}Admin page{% endblock %} {% block head %} {% endblock %} {% block content %} {% include 'subpages/breadcrumbs.html' %}
Database info {{stats['stats']['dbName']}}
Collection #records Last update
CVES {{stats['data']['cves']['size']}} {% if stats['data']['cves']['last_update'] is not none %} {{stats['data']['cves']['last_update'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %}
CPE {{stats['data']['cpe']['size']}} {% if stats['data']['cpe']['last_update'] is not none %} {{stats['data']['cpe']['last_update'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %}
CPE-other {{stats['data']['cpeOther']['size']}} {% if stats['data']['cpeOther']['last_update'] is not none %} {{stats['data']['cpeOther']['last_update'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %}
Capec {{stats['data']['capec']['size']}} {% if stats['data']['capec']['last_update'] is not none %} {{stats['data']['capec']['last_update'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %}
CWE {{stats['data']['cwe']['size']}} {% if stats['data']['cwe']['last_update'] is not none %} {{stats['data']['cwe']['last_update'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %}
via4 {{stats['data']['via4']['size']}} {% if stats['data']['via4']['last_update'] is not none %} {{stats['data']['via4']['last_update'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %}
Whitelist: {{stats['data']['whitelist']['size']}} rules
Blacklist: {{stats['data']['blacklist']['size']}} rules

Database size: {{'%0.2f' % (stats['stats']['db_size']/1024**2)}}MB ({{'%0.2f' % (stats['stats']['db_size']/1024**3)}}GB)
Database size on disk: {{'%0.2f' % (stats['stats']['size_on_disk']/1024**2)}}MB ({{'%0.2f' % (stats['stats']['size_on_disk']/1024**3)}}GB)
{% if not disable_pwd_section %}
Change your password
Current
New
Repeat
{% endif %}
Update the database
Manage whitelist


Manage blacklist


Plug-in Information
{% for plugin in plugins %} {% endfor %}
Name Type Status Action
{{plugin.name}} {{plugin.info.type}} {% if plugin.identifier in enabled_plugins %} ENABLED {% else %} DISABLED {% endif %}
{% endblock %} {% block body_scripts %} {% endblock %}