{% extends "base.html" %} {% load static %} {% load gravatar %} {% load socialaccount %} {% load humanize %} {% providers_media_js %} {% load i18n %}f {% block content %}

Find Bugs, Win Points and Prizes


  • {% trans "Fix issues on websites, apps or hardware (+3 points)" %}

  • {% trans "Verify other bug reports(+2 points)" %}

  • {% trans "Invite friends (when they signup , get +1 point)" %}

  • {% trans "Find a bug on a new site or app (+4 points)" %}

{% trans "Number Error" %}

{% trans "For pages where you see a number 404, 500." %}

{% trans "Functional" %}

{% trans "Something doesn't work as intended" %}

{% trans "Performance" %}

{% trans "Any process that takes over 5 seconds." %}

{% trans "Security" %}

{% trans "Data leaks, exploits or anything smelly." %}

{% trans "Typo" %}

{% trans "Miss-spellings, miss-grammar and more." %}

{% trans "Design" %}

{% trans "Layout, responsiveness and improvements" %}

{% trans "Server Down" %}

{% trans "500 Server Error and Downtime" %}

{{bug_count}} Bugs

{{user_count}} Users

{{hunt_count}} Hunts

{{domain_count}} Domains

TOP HUNTS

{% if top_hunts %} {% for hunt in top_hunts %}

{{hunt.name}}

{{hunt.url}}

${{hunt.prize}}

{% endfor %} {% else %}

No ongoing hunt's found.

{% endif %}

LEADER BOARDS

TOP COMPANY

{% for company in top_companies %}

{{ forloop.counter }}

{{company.domain__name}}

{{ company.count }}

SUBMIT A BUG
{% endfor %}

TOP TESTER

{% for tester in top_testers %}

{{ forloop.counter }}

{{tester.user__username}}

{{ tester.count }}

VIEW PROFILE
{% endfor %}

Latest activity

{% for activity in activities %} {% include '_activity.html' %} {% endfor %}
View All Activity
{% now "F" %} {% trans "Leaderboard" %}

The 1st Place Hunter for {% now "F" %} will receive
No sponsored prizes this month
{% if leaderboard %} {% for leader in leaderboard %}
{% if leader.socialaccount_set.all.0.get_avatar_url %} {% else %} {% endif %} {{leader.username|truncatechars:20 }} {{ forloop.counter|ordinal }}
{{ leader.total_score }} Points
{% endfor %} {% else %}
Leaderboard reset for {% now "F" %}. Be first to find issues! {% endif %}
View All Filter Monthly View Monthly

Subscriptions:

{% include '_subscriptions.html' %} {% endblock %}