Critical
@@ -89,50 +134,100 @@
+ Scan started on: {{scan_object.start_scan_date|date:"F j, Y h:i"}}
+
+ During the reconnaissance phase, {{scan_object.get_subdomain_count}} subdomains were discovered.
+ Out of {{scan_object.get_subdomain_count}} subdomains, {{subdomain_alive_count}} returned HTTP status 200.
+ {{interesting_subdomains.count}} interesting subdomains were also identified based on the interesting keywords used.
+ Listed below are the vulnerabilities identified on {{scan_object.domain.name}}
Timeline of the Assessment
+
+ Total time taken:
+ {% if scan_object.scan_status == 0 %}
+ {{ scan_object.start_scan_date|timesince:scan_object.stop_scan_date }}
+ {% elif scan_object.scan_status == 1 %}
+ {{ scan_object.get_elapsed_time }}
+ {% elif scan_object.scan_status == 2 %}
+ {% if scan_object.get_completed_time_in_sec < 60 %}
+ Completed in < 1 minutes {% else %} Completed in {{ scan_object.start_scan_date|timesince:scan_object.stop_scan_date }} {% endif %} {% elif scan_object.scan_status == 3 %} Aborted in
+ {{ scan_object.start_scan_date|timesince:scan_object.stop_scan_date }} {% endif %}
+ Report Generated on: {% now "F j, Y" %}
+ Reconnaissance Results
+ Listed below are the {{scan_object.get_subdomain_count}} subdomains identified on {{scan_object.domain.name}}
+