Summary of Vulnerabilities Identified
+Interesting Subdomains
- Listed below are the vulnerabilities identified on {{ scan_object.domain.name }} + Listed below are the interesting subdomains identified on {{ scan_object.domain.name }}
-| # | -Vulnerability Name | -Instances | -Severity | +Subdomain | +Page Title | +HTTP Status |
|---|---|---|---|---|---|---|
| {{ forloop.counter }} | -- {{ vulnerability.name }} - | -{{ vulnerability.count }} | -- {% if vulnerability.severity == -1 %} - Unknown - {% elif vulnerability.severity == 0 %} - Informational - {% elif vulnerability.severity == 1 %} - Low - {% elif vulnerability.severity == 2 %} - Medium - {% elif vulnerability.severity == 3 %} - High - {% elif vulnerability.severity == 4 %} - Critical - {% endif %} + | {{ subdomain.name }} | +{{ subdomain.ip_address }} | ++ {% if subdomain.http_status %}{{ subdomain.http_status }}{% endif %} |
Summary of Vulnerabilities Identified
++ Listed below are the vulnerabilities identified on {{ scan_object.domain.name }} +
+| # | +Vulnerability Name | +Instances | +Severity | +
|---|---|---|---|
| {{ forloop.counter }} | ++ {{ vulnerability.name }} + | +{{ vulnerability.count }} | ++ {% if vulnerability.severity == -1 %} + Unknown + {% elif vulnerability.severity == 0 %} + Informational + {% elif vulnerability.severity == 1 %} + Low + {% elif vulnerability.severity == 2 %} + Medium + {% elif vulnerability.severity == 3 %} + High + {% elif vulnerability.severity == 4 %} + Critical + {% endif %} + | +