{% extends 'base/base.html' %} {% load static %} {% load humanize %} {% load custom_tags %} {% load mathfilters %} {% block title %} Detailed Scan {% endblock title %} {% block custom_js_css_link %} {% endblock custom_js_css_link %} {% block breadcrumb_title %} {% endblock breadcrumb_title %} {% block page_title %} Scan Findings {% endblock page_title %} {% block main_content %} {{history.domain.name}}
Scan Status for {{history.domain.name}}

{% if history.scan_status == -1 %} Pending {% elif history.scan_status == 0 %} Failed {% elif history.scan_status == 1 %} In Progress {% elif history.scan_status == 2 %} Completed {% elif history.scan_status == 3 %} Aborted {% else %} Unknown {% endif %}

{% if history.scan_status == 0 %} {% if history.error_message %}

Scan failed due to ERROR: {{history.error_message}}

{% endif %} {% endif %}
Scan Configurations
Starting Path: {% if history.cfg_starting_point_path %} {{history.cfg_starting_point_path}} {% else %}/ {% endif %}
    {% for subdomain in history.cfg_imported_subdomains %}
  • {{subdomain}}
  • {% endfor %}
    {% for subdomain in history.cfg_out_of_scope_subdomains %}
  • {{subdomain}}
  • {% endfor %}
    {% for path in history.cfg_excluded_paths %}
  • {{path}}
  • {% endfor %}
Scan Logs
Logs
Scan Engine
{{history.scan_type.engine_name}}
Scan Duration
{% if history.scan_status == -1 %}

Scan not yet started.

{% elif history.scan_status == 0 %} {{ history.start_scan_date|timesince:history.stop_scan_date }} {% elif history.scan_status == 1 %} {{ history.get_elapsed_time }} {% elif history.scan_status == 2 %} {% if history.get_total_scan_time_in_sec < 60 %} Completed in < 1 minutes {% else %} Completed in {{ history.start_scan_date|timesince:history.stop_scan_date }} {% endif %} {% elif history.scan_status == 3 %} Aborted in {{ history.start_scan_date|timesince:history.stop_scan_date }} {% endif %}

Scan Progress

{% if history.scan_status == -1 %}
{% elif history.scan_status == 0 %}
{% elif history.scan_status == 1 %}
{% elif history.scan_status == 2 %}
{% elif history.scan_status == 3 %}
{% else %}
{% endif %}
{% if history.domain.get_organization %}

Tagged to Organization

{% for organization in history.domain.get_organization %} {{ organization.name }} {% endfor %} {% endif %}
Timeline
    {% for activity in scan_activity %}
  • {{activity.title}} {% if activity.status == 0 %}Failed {% elif activity.status == 1 %}In progress {% elif activity.status == 2 %}Completed {% endif %}

    {{activity.time|naturaltime}}
    {{activity.time}}

    {% if activity.status == 0 %} {% if activity.error_message %}

    Error: {{activity.error_message}}

    {% endif %} {% endif %} Logs
  • {% endfor %}
Sub Scan History for {{history.domain.name}}

Subdomains Discovered

{{subdomain_count|intcomma}}


Alive Subdomains: {{alive_count}}

Endpoints Discovered

{{endpoint_count|intcomma}}


Alive Endpoints: {{endpoint_alive_count}}

Vulnerabilities Discovered

{{total_vulnerability_count|intcomma}}

{% if total_vulnerability_count > 0 %}

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

{% else %}

No vulnerabilities found.


{% endif %}

OSINT

{% if 'osint' in history.tasks %}
{{exposed_count}} Exposed Credentials

{{email_count}} Email Address Discovered

{{employees_count}} Employees Found


{% else %}
 

OSINT hasn't been performed.

 



{% endif %}
{% if history.domain.domain_info.related_domains.all %} {% endif %} {% if history.buckets.all %} {% endif %} {% if history.domain.domain_info.related_tlds.all %} {% endif %}

 Target Information

A Records

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

MX Records

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

TXT Records

{% for dns in history.domain.domain_info.dns_records.all %} {% if dns.type == 'txt' %} {{ dns }} {% endif %} {% endfor %}
{% if not history.domain.domain_info %} {% endif %}
Domain
{{history.domain.name}}
Dnssec
{{history.domain.domain_info.dnssec}}
Geolocation
{{history.domain.domain_info.geolocation_iso|upper}}
Created
{{history.domain.domain_info.created}}
Updated
{{history.domain.domain_info.updated}}
Expires
{{history.domain.domain_info.expires}}
Whois Server
{{history.domain.domain_info.whois_server}}
Registrar Name
{{history.domain.domain_info.registrar.name}}
Registrar Phone
{{history.domain.domain_info.registrar.phone}}
Registrar Email
{{history.domain.domain_info.registrar.email}}
{% for status in history.domain.domain_info.domain_statuses.all %} {% if 'prohibited' in status.name %} {{status.name}} {% else %} {{status.name}} {% endif %} {% endfor %}
{% endif %}
ID  {{history.domain.domain_info.registrant.id_str}}
Name  {{history.domain.domain_info.registrant.name}}
Organization  {{history.domain.domain_info.registrant.organization}}
Email  {{history.domain.domain_info.registrant.email}}
Phone/Fax {% if history.domain.domain_info.registrant.phone %}  {{history.domain.domain_info.registrant.phone}} {% endif %} {% if history.domain.domain_info.registrant.fax %}  {{history.domain.domain_info.registrant.fax}}
Address  {{history.domain.domain_info.registrant.address}}
Address City: {{history.domain.domain_info.registrant.city}} State: {{history.domain.domain_info.registrant.state}} Zip Code: {{history.domain.domain_info.registrant.zip_code}} Country: {{history.domain.domain_info.registrant.country}}
{% endif %}
ID  {{history.domain.domain_info.admin.id_str}}
Name  {{history.domain.domain_info.admin.name}}
Organization  {{history.domain.domain_info.admin.organization}}
Email  {{history.domain.domain_info.admin.email}}
Phone/Fax {% if history.domain.domain_info.admin.phone %}  {{history.domain.domain_info.admin.phone}} {% endif %} {% if history.domain.domain_info.admin.fax %}  {{history.domain.domain_info.admin.fax}}
Address  {{history.domain.domain_info.admin.address}}
Address City: {{history.domain.domain_info.admin.city}} State: {{history.domain.domain_info.admin.state}} Zip Code: {{history.domain.domain_info.admin.zip_code}} Country: {{history.domain.domain_info.admin.country}}
{% endif %}
ID  {{history.domain.domain_info.admin.id_str}}
Name  {{history.domain.domain_info.admin.name}}
Organization  {{history.domain.domain_info.admin.organization}}
Email  {{history.domain.domain_info.admin.email}}
Phone/Fax {% if history.domain.domain_info.admin.phone %}  {{history.domain.domain_info.admin.phone}} {% endif %} {% if history.domain.domain_info.admin.fax %}  {{history.domain.domain_info.admin.fax}}
Address  {{history.domain.domain_info.admin.address}}
Address City: {{history.domain.domain_info.tech.city}} State: {{history.domain.domain_info.tech.state}} Zip Code: {{history.domain.domain_info.tech.zip_code}} Country: {{history.domain.domain_info.tech.country}}
{% if history.domain.domain_info.historical_ips.all %}
{{history.domain.domain_info.historical_ips.all.count}} Historical Ips
{% for ip in history.domain.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 %}
{% if history.domain.domain_info.name_servers.all %}
{{history.domain.domain_info.name_servers.all.count}} NameServers identified
{% for nameserver in history.domain.domain_info.name_servers.all %} {{ nameserver}} {% endfor %} {% else %}
No NameServers identified
{% endif %}
{% if history.domain.domain_info.related_tlds.all %}
{{history.domain.domain_info.related_tlds.all.count}} Related TLDs identified
{% for domain in history.domain.domain_info.related_tlds.all %} {{domain}} {% endfor %} {% else %}
No Related TLDs identified
{% endif %}

HTTP Status Breakdown

Geographical Distribution of Assets

{% for country in asset_countries %} {% endfor %}
  Country Assets
{{country.name}} {{country.count}}
{% if total_vulnerability_count > 0 %}
{% 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' %}
{% endif %}

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 detail_scan=True%}
    {% for bucket in history.buckets.all %} {% endfor %}
    Name Region Provider Owner Objects Count Bucket Size Auth Users Permission All Users Permission
    {{bucket.name}}
    {{bucket.region}} {{bucket.provider}}
    • ID: {{bucket.owner_id}}
    • Display Name: {{bucket.owner_display_name}}
    {{bucket.num_objects}} {{bucket.size}}
      {% if bucket.perm_auth_users_read == 1 %}
    • READ
    • {% endif %} {% if bucket.perm_auth_users_write == 1 %}
    • WRITE
    • {% endif %} {% if bucket.perm_auth_users_read_acl == 1 %}
    • Read_ACP
    • {% endif %} {% if bucket.perm_auth_users_write_acl == 1 %}
    • WRITE_ACP
    • {% endif %} {% if bucket.perm_auth_users_full_control == 1 %}
    • FULL_CONTROL
    • {% endif %}
      {% if bucket.perm_all_users_read == 1 %}
    • READ
    • {% endif %} {% if bucket.perm_all_users_write == 1 %}
    • WRITE
    • {% endif %} {% if bucket.perm_all_users_read_acl == 1 %}
    • Read_ACP
    • {% endif %} {% if bucket.perm_all_users_write_acl == 1 %}
    • WRITE_ACP
    • {% endif %} {% if bucket.perm_all_users_full_control == 1 %}
    • FULL_CONTROL
    • {% endif %}
    {% if 'screenshot' in history.tasks %}
    Loading Screenshots...
    {% endif %} {# endpoints section #}
    {% include 'base/_items/endpoint_tab_content.html' with detail_scan=True%}
    {# directories section #} {% if 'dir_file_fuzz' in history.tasks %}
    Status Subdomain Status Page Title Directories HTTP URL Is Intereting
    {% endif %} {# Vulnerabilities Section #} {% if total_vulnerability_count > 0 %}
    {% include 'base/_items/vulnerability_tab_content.html' %}
    {% endif %} {# OSINT Section #} {% if 'osint' in history.tasks %}

    Dorking Results

    Employees/People associated with {{history.domain.name}}

    Employee Name
    Designation

    Discovered Email addresses

    Email Address
    Exposed Credentials

    Discovered Metadata

    Document
    User
    Metadata
    {% endif %} {# visualisation section #}

    Loading...
    Loading Recon Visualization...
    *Subdomains highlighted with green are 20X (OK) HTTP status *Subdomains highlighted with orange are 30X (Redirect) HTTP status *Subdomains highlighted with red are 40X (Not found) HTTP status
    {# Interesting Recon section #} {# Recon Data Changes section #}
    {% include "base/_items/recon_note_modal.html" %} {% include "base/_items/subscan_modal.html" with detail_scan=True %} {# for passing subdomain id to initiate subtask scan #} {% endblock main_content %} {% block page_level_script %} {# search suggestions scripts #} {% if total_vulnerability_count > 0 %} {% endif %} {# visualisation libraries #} {% endblock page_level_script %}