domain image
domain logo

{{ name }}

Domain Info

  • Domain: {{ name }}
  • Url {{ url }}
  • Organization {{ organization.name }}
  • Email: {{ email }}
  • Joined: {{ created|date:"d/m/Y" }}
  • Socials:

Activity log

Domain created at: {{ created|date:"d/m/Y" }}

{{ created|timesince }} ago

Last modification in domain: {{ modified|date:"d/m/Y" }}

{{ modified|timesince }} ago

{% if first_bug %}

First bug in this domain: {{ first_bug.created|date:"d/m/Y" }}

{{ first_bug.created|timesince }} ago

{% endif %} {% if last_bug %}

Last bug created in this domain: {{ last_bug.created|date:"d/m/Y" }}

{{ last_bug.created|timesince }} ago

{% endif %}

Statistics

Total Rewarded
${{ total_money_distributed }}
Total Bugs
{{ total_bug_reported }}
Accepted Bugs
{{ total_bug_accepted }}

Ongoing Bughunts

View all
{% if ongoing_bughunts %} {% for hunt in ongoing_bughunts %}
bughunt logo

{{ hunt.name }}

{{ hunt.url }}

$ {% if hunt.total_prize %} {{ hunt.total_prize }} {% else %} 0 {% endif %}

More info
{% endfor %} {% else %}

No ongoing bughunts available

{% endif %}

Latest Bugs Reported ({{ latest_issues|length }})

View all
{% if latest_issues|length > 0 %} {% for issue in latest_issues %}
bug
Reported to {{ issue.domain__name }} on {{ issue.created|date:"d/m/Y" }}
{% endfor %} {% else %}

No bugs reported

{% endif %}

Top Testers ({{ top_testers | length }})

{% for tester in top_testers %} tester avatar

{{ tester.user__username }}

Reported {{ tester.count }} Bugs

{% endfor %}