{% extends 'base/base.html' %} {% load static %} {% load humanize %} {% load custom_tags %} {% block title %} {% load mathfilters %} Target Summary for {{target.name}} {% endblock title %} {% block custom_js_css_link %} {% endblock custom_js_css_link %} {% block breadcrumb_title %}
{{this_week_scan_count}} Scans this week
Alive Subdomains: {{alive_count}}
Alive Endpoints: {{endpoint_alive_count}}
{{critical_count}} Critical, {{high_count}} High, {{medium_count}} Medium
{{low_count}} Low, {{info_count}} Info Vulnerabilities
| ID | {{target.domain_info.registrant.id_str}} |
| Name | {{target.domain_info.registrant.name}} |
| Organization | {{target.domain_info.registrant.organization}} |
| {{target.domain_info.registrant.email}} | |
| Phone/Fax | {% if target.domain_info.registrant.phone %} {{target.domain_info.registrant.phone}} {% endif %} {% if target.domain_info.registrant.fax %} {{target.domain_info.registrant.fax}} | {% endif %}
| Address | {{target.domain_info.registrant.address}} |
| Address | City: {{target.domain_info.registrant.city}} State: {{target.domain_info.registrant.state}} Zip Code: {{target.domain_info.registrant.zip_code}} Country: {{target.domain_info.registrant.country}} |
| ID | {{target.domain_info.admin.id_str}} |
| Name | {{target.domain_info.admin.name}} |
| Organization | {{target.domain_info.admin.organization}} |
| {{target.domain_info.admin.email}} | |
| Phone/Fax | {% if target.domain_info.admin.phone %} {{target.domain_info.admin.phone}} {% endif %} {% if target.domain_info.admin.fax %} {{target.domain_info.admin.fax}} | {% endif %}
| Address | {{target.domain_info.admin.address}} |
| Address | City: {{target.domain_info.admin.city}} State: {{target.domain_info.admin.state}} Zip Code: {{target.domain_info.admin.zip_code}} Country: {{target.domain_info.admin.country}} |
| ID | {{target.domain_info.admin.id_str}} |
| Name | {{target.domain_info.admin.name}} |
| Organization | {{target.domain_info.admin.organization}} |
| {{target.domain_info.admin.email}} | |
| Phone/Fax | {% if target.domain_info.admin.phone %} {{target.domain_info.admin.phone}} {% endif %} {% if target.domain_info.admin.fax %} {{target.domain_info.admin.fax}} | {% endif %}
| Address | {{target.domain_info.admin.address}} |
| Address | City: {{target.domain_info.tech.city}} State: {{target.domain_info.tech.state}} Zip Code: {{target.domain_info.tech.zip_code}} Country: {{target.domain_info.tech.country}} |
| IP | Location | Owner | Last Seen |
|---|---|---|---|
| {{ip.ip}} | {{ip.location}} | {{ip.owner}} | {{ip.last_seen}} |
| Country | Assets | |
|---|---|---|
| {{country.name}} | {{country.count}} |