diff --git a/dashboard/templates/dashboard/index.html b/dashboard/templates/dashboard/index.html index c6ce9dda..3017eab6 100644 --- a/dashboard/templates/dashboard/index.html +++ b/dashboard/templates/dashboard/index.html @@ -21,280 +21,251 @@ Dashboard {% block main_content %}
Total Targets
+{{domain_count|intcomma}}
Total Subdomains
+{{subdomain_count|intcomma}}
Alive Subdomains: {{alive_count|intcomma}}
+ View all subdomains +Total Endpoints
+{{endpoint_count|intcomma}}
+Alive Endpoints: {{endpoint_alive_count|intcomma}}
+ View all endpoints +Total Vulnerabilities
+{{total_vul_count|intcomma}}
+{{critical_count}} Critical, {{high_count}} High
+ View all subdomains| Target | ++ + + {% for item in most_vulnerable_target %} + |
|---|---|
| {{item.domain_name}} | +
+
+
+
+ |
+
| Target | -+ | Vulnerability Name | +Count | +Severity | - - {% for item in most_vulnerable_target %} -
|---|---|
| {{item.domain_name}} | -
-
-
-
- |
-
| Vulnerability Name | -Count | -Severity | - - {% for item in most_common_vulnerability %} -
|---|---|---|
| {{item.name}} | -- {{item.count}} - | -
-
- {% if item.severity == 0 %}
- Info
- {% elif item.severity == 1 %}
- Low
- {% elif item.severity == 2 %}
- Medium
- {% elif item.severity == 3 %}
- High
- {% elif item.severity == 4 %}
- Critical
- {% endif %}
-
- |
-
{{item.title}} {% if item.status == 2 %} {% if item.title != 'Scan Completed' %} completed {% endif %}{% elif item.status == 1 %} initiated {% elif item.status == 0 %} {% if item.title != 'Scan aborted' %} aborted {% endif %} {% endif %}for {{item.scan_of.domain_name.domain_name}}
-{{item.time|naturaltime}}
-
- Discovered {{item.name}} on
-
- {{item.host}}
-
-
{{item.discovered_date|naturaltime}}
+{{item.title}} {% if item.status == 2 %} {% if item.title != 'Scan Completed' %} completed {% endif %}{% elif item.status == 1 %} initiated {% elif item.status == 0 %} {% if item.title != 'Scan aborted' %} aborted {% endif %} {% endif %}for {{item.scan_of.domain_name.domain_name}}
+{{item.time|naturaltime}}
+ Discovered {{item.name}} on
+
+ {{item.host}}
+
+
{{item.discovered_date|naturaltime}}
+