|
Hardening Index
{{ hardening_index }}
Out of 100 points
|
Test Results
{{ tests_performed }}
โ ๏ธ {{ warnings_count }} Warnings
๐ก {{ suggestions_count }} Suggestions
|
Security Components
System Status
๐ฅ Firewall {{ firewall_icon }}
๐ก๏ธ IDS/IPS {{ ids_icon }}
๐ฆ Malware {{ malware_icon }}
|
โ ๏ธ Warnings
{{ warnings_count }}
Critical security issues that require immediate attention.
-
{% if warning_entries %}
{% for w in warning_entries %}
-
{{ w | safe }}
{% endfor %}
{% else %}
- โ No warnings detected - Great job! {% endif %}
๐ก Suggestions
{{ suggestions_count }}
Recommendations to improve your system's security posture.
-
{% if suggestion_entries %}
{% for s in suggestion_entries %}
-
{{ s | safe }}
{% endfor %}
{% else %}
- โ No suggestions - Your system is well configured! {% endif %}