{% extends "base.html" %} {% load gravatar %} {% load static %} {% load humanize %} {% load custom_tags %} {% load i18n %} {% block title %} About Page | {% env 'PROJECT_NAME' %} {% endblock title %} {% block description %} {% trans "OWASP Bug Logging Tool (BLT) - A community-driven platform for bug reporting and bounty hunting" %} {% endblock description %} {% block keywords %} bug reporting, bug bounty, security testing, OWASP, open source, community platform {% endblock keywords %} {% block og_title %} About Us - {% env 'PROJECT_NAME' %} {% endblock og_title %} {% block og_description %} {% trans "Learn about BLT - The open-source bug logging platform that rewards security researchers and helps organizations maintain secure software" %} {% endblock og_description %} {% block content %} {% include "includes/sidenav.html" %}

{% trans "About" %} {% env 'PROJECT_NAME' %}

{% env 'PROJECT_NAME' %} {% trans "is a 100% free to use, open-source, non-commercial and non-profit initiative dedicated to improving software security through community-driven bug reporting. Every reward goes directly to the security researchers(bug hunters) who find and report vulnerabilities." %}

{% trans "Our Mission" %}

{% trans "To create a secure digital environment where users can access online services seamlessly and safely. From e-commerce to streaming services, we believe every online interaction should be bug-free and secure." %}

{% trans "What We Do" %}

{% trans "BLT provides a comprehensive platform for identifying and reporting software and hardware vulnerabilities that affect user experience, system security, and overall reliability." %}

{% trans "What's in it for you?" %}

{% trans "Points" %}

{% trans "Earn points for every verified bug report" %}

{% trans "Bug Hunt Rewards" %}

{% trans "Money if you join a BLT Sponsored Bug Hunt" %}

{% trans "Jackpot" %}

{% trans "Jackpot money listed on the Leaderboard" %}

{% trans "Tips" %}

{% trans "Money if someone tips you for finding a bug" %}

{% trans "For Security Researchers (Testers)" %}

  1. {% trans "Create a User Account to log into BLT" %}
  2. {% trans "Describe the software or hardware bug you found" %}
  3. {% trans "Attach a screenshot of the bug" %}
  4. {% trans "Submit the information" %}
  5. {% trans "Win money through sponsored Bug Bounties, tips or the Jackpot" %}
  6. {% trans "We may also have 'heists' where each bug is worth a specific amount based on what the Organization sets." %}

{% trans "For Organizations" %}

{% trans "We want everyone to love your website." %}

{% trans "You want to keep your customers happy by giving them a consistent bug-free user experience. BLT offers monthly Bug Bounties through 4 different subscription plans to help you achieve this." %}

{% trans "Features of BLT" %}

{% trans "Bug Reporting" %}

{% trans "Users can report software or hardware bugs found on any website:" %}

  • {% trans "Simple bug submission process" %}
  • {% trans "Screenshot attachment capability" %}
  • {% trans "Detailed bug description support" %}

{% trans "Verification Process" %}

{% trans "Bugs are verified through a community-driven process:" %}

  • {% trans "Community verification of reported issues" %}
  • {% trans "Company confirmation of bug validity" %}

{% trans "Rewards System" %}

{% trans "Users earn rewards for reporting bugs:" %}

  • {% trans "Points for verified bug reports" %}
  • {% trans "Bug bounty rewards from sponsored hunts" %}
  • {% trans "Tips from appreciative users" %}
  • {% trans "Jackpot opportunities" %}

{% trans "User Profiles" %}

{% trans "Manage bug reporting activities and personal information:" %}

  • {% trans "Track your reported bugs" %}
  • {% trans "Manage personal information" %}
  • {% trans "View earned rewards" %}

{% trans "Community Engagement" %}

{% trans "Collaboration and knowledge sharing features:" %}

  • {% trans "Community-driven bug verification" %}
  • {% trans "Knowledge sharing opportunities" %}
  • {% trans "Collaborative environment" %}

{% trans "Leaderboard" %}

{% trans "Ranks users based on their contributions:" %}

  • {% trans "Track top contributors" %}
  • {% trans "View point rankings" %}
  • {% trans "Jackpot eligibility tracking" %}
{% block edit_link %}
{% endblock edit_link %} {% endblock content %}