{% extends 'layouts/master-page' %} {% block title %}Admin page{% endblock %} {% block head %} {% endblock %} {% block content %}
Database info for database {{stats['stats']['dbName']}}
Collection#recordsLast 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)
Plug-in Information
{% for plug in plugins|sort(attribute="name") %} {% set ptype = "Web" if plug.isWebPlugin() else "Backend" %} {% endfor %}
NameUIDTypeState
{{plug.name}}{{plug.uid}}{{ptype}}{{plug.loadstate}}
Update the database
Manage whitelist

Force
Manage blacklist

Force
Change your password
Current
New
Repeat
Back to Top {% endblock %}