{% 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 %} {% endblock breadcrumb_title %} {% block page_title %} Target Summary {% endblock page_title %} {% block main_content %} {{target.name}}
Sub Scans
  Related Domains
{{target.domain_info.related_domains.all.count}} Domains related to {{target.name}}
{% for domain in target.domain_info.related_domains.all %} {{domain}} {% empty %} {% endfor %}
  Related TLDs
{{target.domain_info.related_tlds.all.count}} TLDs related to {{target.name}}
{% for domain in target.domain_info.related_tlds.all %} {{domain}} {% empty %} {% endfor %}

Times target is scanned

{{scan_count|intcomma}}


{{this_week_scan_count}} Scans this week

Subdomains Discovered

{{subdomain_count|intcomma}}


Alive Subdomains: {{alive_count}}

Endpoints Discovered

{{endpoint_count|intcomma}}


Alive Endpoints: {{endpoint_alive_count}}

Vulnerabilities Discovered

{{vulnerability_count|intcomma}}

{{critical_count}} Critical, {{high_count}} High, {{medium_count}} Medium
{{low_count}} Low, {{info_count}} Info Vulnerabilities

 Target Information

{% if not target.domain_info %} {% endif %}
Domain
{{target.name}}
Dnssec
{{target.domain_info.dnssec}}
Geolocation
{{target.domain_info.geolocation_iso|upper}}
Created
{{target.domain_info.created}}
Updated
{{target.domain_info.updated}}
Expires
{{target.domain_info.expires}}
Whois Server
{{target.domain_info.whois_server}}
Registrar Name
{{target.domain_info.registrar.name}}
Registrar Phone
{{target.domain_info.registrar.phone}}
Registrar Email
{{target.domain_info.registrar.email}}
{% for status in target.domain_info.domain_statuses.all %} {% if 'prohibited' in status.name %} {{status.name}} {% else %} {{status.name}} {% endif %} {% endfor %}
{% endif %}
ID  {{target.domain_info.registrant.id_str}}
Name  {{target.domain_info.registrant.name}}
Organization  {{target.domain_info.registrant.organization}}
Email  {{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}}
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}}
{% endif %}
ID  {{target.domain_info.admin.id_str}}
Name  {{target.domain_info.admin.name}}
Organization  {{target.domain_info.admin.organization}}
Email  {{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}}
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}}
{% endif %}
ID  {{target.domain_info.admin.id_str}}
Name  {{target.domain_info.admin.name}}
Organization  {{target.domain_info.admin.organization}}
Email  {{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}}
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}}
{% if target.domain_info.historical_ips.all %}
{{target.domain_info.historical_ips.all.count}} Historical Ips
{% for ip in target.domain_info.historical_ips.all %} {% endfor %}
IP Location Owner Last Seen
{{ip.ip}} {{ip.location}} {{ip.owner}} {{ip.last_seen}}
{% else %}
No historical IPs found!
{% endif %}

A Records

{% for dns in target.domain_info.dns_records.all %} {% if dns.type == 'a' %} {{ dns }} {% endif %} {% endfor %}

MX Records

{% for dns in target.domain_info.dns_records.all %} {% if dns.type == 'mx' %} {{ dns }} {% endif %} {% endfor %}

TXT Records

{% for dns in target.domain_info.dns_records.all %} {% if dns.type == 'txt' %} {{ dns }} {% endif %} {% endfor %}
{% if target.domain_info.name_servers.all %}
{{target.domain_info.name_servers.all.count}} NameServers identified
{% for nameserver in target.domain_info.name_servers.all %} {{ nameserver}} {% endfor %} {% else %}
No NameServers identified
{% endif %}

HTTP Status Breakdown

Geographical Distribution of Assets

{% for country in asset_countries %} {% endfor %}
  Country Assets
{{country.name}} {{country.count}}
{% include 'base/_items/widgets/vulnerability_breakdown_by_severity_chart.html' %}
{% include 'base/_items/widgets/vulnerability_highlights.html' %}
{% include 'base/_items/most_common_cve_cwe_tag_template.html' %}
{% include 'base/_items/most_vuln_target.html' with most_vuln_widget_title='Most Vulnerable Subdomain'%}
{% include 'base/_items/most_common_vuln.html' %}

Important Subdomains

Recon Note/Todo

    IP Addresses

    *IP Addresses highlighted with yellow are CDN IP

    Discovered Ports

    *Ports highlighted with red are uncommon Ports

    Discovered Technologies

     
    {% include 'base/_items/subdomain_tab_content.html' with target_summary=True%}
    {% include 'base/_items/endpoint_tab_content.html' with target_summary=True%}
    {% include 'base/_items/vulnerability_tab_content.html' %}
    {% include "base/_items/recon_note_modal.html" %} {% include "base/_items/subscan_modal.html" %} {# for passing subdomain id to initiate subtask scan #} {% endblock main_content %} {% block page_level_script %} {% endblock page_level_script %}