From e991f3bc8bbf087e69276cb992f36046d911ec8f Mon Sep 17 00:00:00 2001 From: ocervell Date: Wed, 19 Oct 2022 19:21:35 +0200 Subject: [PATCH] change version in index.html --- web/dashboard/templates/dashboard/index.html | 1360 +++++++++--------- 1 file changed, 680 insertions(+), 680 deletions(-) diff --git a/web/dashboard/templates/dashboard/index.html b/web/dashboard/templates/dashboard/index.html index 2650bbf8..716801e4 100644 --- a/web/dashboard/templates/dashboard/index.html +++ b/web/dashboard/templates/dashboard/index.html @@ -1,680 +1,680 @@ -{% extends 'base/base.html' %} -{% load humanize %} -{% load static %} -{% load mathfilters %} -{% block title %} -Dashboard -{% endblock title %} - -{% block page_title %} -Dashboard -{% endblock page_title %} - -{% block custom_js_css_link %} - - - -{% endblock custom_js_css_link %} - -{% block breadcrumb_title %} -reNgine 1.3.2 -{% endblock breadcrumb_title %} - -{% block main_content %} -
-
-
-
- -

Total Targets

-

{{domain_count|intcomma}}

-
-

 

-
-
-
-
-
-
-
-
-
- -

Total Subdomains

-

{{subdomain_count|intcomma}}

-
-
-

Alive Subdomains: {{alive_count|intcomma}}

-
-
-
-
-
-
-
-
- -

Total Endpoints

-

{{endpoint_count|intcomma}}

-
-
-

Alive Endpoints: {{endpoint_alive_count|intcomma}}

-
-
-
-
-
-
-
-
- -

Total Vulnerabilities

-

{{total_vul_count|intcomma}}

-
-

{{critical_count}} Critical, {{high_count}} High, {{medium_count}} Medium

-
-

{{low_count}} Low, {{info_count}} Info, {{unknown_count}} Unknown Vulnerabilities

-
-
-
-
-
-
-
-
-
-
-
-

Geographical Distribution of Assets

-
-
-
-
- - - - - - - - - - {% for country in asset_countries %} - - - - - - {% endfor %} - -
 CountryAssets
{{country.name}}{{country.count}}
-
-
-
-
-
-
-
-
-
- {% include 'base/_items/widgets/vulnerability_breakdown_by_severity_chart.html' %} -
-
- {% include 'base/_items/most_vuln_target.html' with most_vuln_widget_title='Most Vulnerable Target'%} -
-
- {% include 'base/_items/most_common_vuln.html' %} -
-
-
- {% include 'base/_items/most_common_cve_cwe_tag_template.html' %} -
-
-
-
-
-

Most common IP Address

-
-
-
-
-
-
-
-
-
-

Most common Ports

-
-
-
-
-
-
-
-
-
-

Most common Technology

-
-
-
-
-
-
-
-
- - -
- -{% endblock main_content %} - - -{% block page_level_script %} - - - - - - -{% endblock page_level_script %} +{% extends 'base/base.html' %} +{% load humanize %} +{% load static %} +{% load mathfilters %} +{% block title %} +Dashboard +{% endblock title %} + +{% block page_title %} +Dashboard +{% endblock page_title %} + +{% block custom_js_css_link %} + + + +{% endblock custom_js_css_link %} + +{% block breadcrumb_title %} +reNgine 2.0.0 +{% endblock breadcrumb_title %} + +{% block main_content %} +
+
+
+
+ +

Total Targets

+

{{domain_count|intcomma}}

+
+

 

+
+
+
+
+
+
+
+
+
+ +

Total Subdomains

+

{{subdomain_count|intcomma}}

+
+
+

Alive Subdomains: {{alive_count|intcomma}}

+
+
+
+
+
+
+
+
+ +

Total Endpoints

+

{{endpoint_count|intcomma}}

+
+
+

Alive Endpoints: {{endpoint_alive_count|intcomma}}

+
+
+
+
+
+
+
+
+ +

Total Vulnerabilities

+

{{total_vul_count|intcomma}}

+
+

{{critical_count}} Critical, {{high_count}} High, {{medium_count}} Medium

+
+

{{low_count}} Low, {{info_count}} Info, {{unknown_count}} Unknown Vulnerabilities

+
+
+
+
+
+
+
+
+
+
+
+

Geographical Distribution of Assets

+
+
+
+
+ + + + + + + + + + {% for country in asset_countries %} + + + + + + {% endfor %} + +
 CountryAssets
{{country.name}}{{country.count}}
+
+
+
+
+
+
+
+
+
+ {% include 'base/_items/widgets/vulnerability_breakdown_by_severity_chart.html' %} +
+
+ {% include 'base/_items/most_vuln_target.html' with most_vuln_widget_title='Most Vulnerable Target'%} +
+
+ {% include 'base/_items/most_common_vuln.html' %} +
+
+
+ {% include 'base/_items/most_common_cve_cwe_tag_template.html' %} +
+
+
+
+
+

Most common IP Address

+
+
+
+
+
+
+
+
+
+

Most common Ports

+
+
+
+
+
+
+
+
+
+

Most common Technology

+
+
+
+
+
+
+
+
+ + +
+ +{% endblock main_content %} + + +{% block page_level_script %} + + + + + + +{% endblock page_level_script %}