{% extends 'layouts/master-page' %} {% block title %}Admin page{% endblock %} {% block head %} {% endblock %} {% block content %}
Database info for database {{stats['dbName']}}
Collection#recordsLast update
CVES {{stats['cveA']}} {% if stats['cveU'] is not none %}{{stats['cveU'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %}
CPE {{stats['cpeA']}} {% if stats['cpeU'] is not none %}{{stats['cpeU'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %}
CPE-other {{stats['cpeOtherA']}} {% if stats['cpeOtherU'] is not none %}{{stats['cpeOtherU'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %}
Capec {{stats['capecA']}} {% if stats['capecU'] is not none %}{{stats['capecU'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %}
d2sec {{stats['d2secA']}} {% if stats['d2secU'] is not none %}{{stats['d2secU'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %}
Vendor statements{{stats['vendorA']}} {% if stats['vendorU'] is not none %}{{stats['vendorU'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %}
Whitelist: {{stats['wlA']}} rules
Blacklist: {{stats['blA']}} rules

Database size: {{'%0.2f' % (stats['dbSize']/1024**2)}}MB ({{'%0.2f' % (stats['dbSize']/1024**3)}}GB)
Database size on disk: {{'%0.2f' % (stats['dbOnDisk']/1024**2)}}MB ({{'%0.2f' % (stats['dbOnDisk']/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 %}