This section contains quick summary of scan performed on {{scan_object.domain.name}}
Subdomains
{{scan_object.get_subdomain_count}}
Endpoints
{{scan_object.get_endpoint_count}}
Vulnerabilities
{{all_vulnerabilities_count}}
Critical
{{scan_object.get_critical_vulnerability_count}}
High
{{scan_object.get_high_vulnerability_count}}
Medium
{{scan_object.get_medium_vulnerability_count}}
Low
{{scan_object.get_low_vulnerability_count}}
Info
{% if is_ignore_info_vuln %}
0
{% else %}
{{scan_object.get_info_vulnerability_count}}
{% endif %}
Unknown
{{scan_object.get_unknown_vulnerability_count}}
Scan started on: {{scan_object.start_scan_date|date:"F j, Y h:i"}}
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" %}
Listed below are the {{interesting_subdomains.count}} interesting subdomains identified on {{scan_object.domain.name}}
Listed below are the vulnerabilities identified on {{scan_object.domain.name}}
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.
| {{ forloop.counter }}. | {{subdomain.name}} | {% if subdomain.http_status == 200 %}{{subdomain.http_status}} | {% elif subdomain.http_status >= 300 and subdomain.http_status < 400 %}{{subdomain.http_status}} | {% elif subdomain.http_status >= 400 %}{{subdomain.http_status}} | {% elif subdomain.http_status == 0 %}N/A | {% else %}{{subdomain.http_status}} | {% endif %}
| Page Title: {{subdomain.page_title}} | ||||||
IP Address:
|
||||||
Vulnerabilities
{% regroup subdomain.get_vulnerabilities_without_info by name as vuln_list %}
|
||||||
This section reports the security issues found during the audit.
A Total of {{scan_object.get_vulnerability_count}} were discovered in {{scan_object.domain.name}},
{{scan_object.get_critical_vulnerability_count}} of them were Critical,
{{scan_object.get_high_vulnerability_count}} of them were High Severity,
{{scan_object.get_medium_vulnerability_count}} of them were Medium severity,
{% if is_ignore_info_vuln %}0{% else %}{{scan_object.get_info_vulnerability_count}}{% endif %} of them were Low severity, and
{{scan_object.get_info_vulnerability_count}} of them were Informational.
{{scan_object.get_unknown_vulnerability_count}} of them were Unknown Severity.
Critical
{{scan_object.get_critical_vulnerability_count}}
High
{{scan_object.get_high_vulnerability_count}}
Medium
{{scan_object.get_medium_vulnerability_count}}
Low
{{scan_object.get_low_vulnerability_count}}
Info
{% if is_ignore_info_vuln %}
0
{% else %}
{{scan_object.get_info_vulnerability_count}}
{% endif %}
Unknown
{{scan_object.get_unknown_vulnerability_count}}