10000 new leaderboards by stacyspiva · Pull Request #261 · Hacker0x01/docs.hackerone.com · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

new leaderboards #261

Merged
merged 1 commit into from
Nov 12, 2020
8000
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10000
Binary file added docs/hackers/images/leaderboard-down-marker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/hackers/images/leaderboard-stay-marker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/hackers/images/leaderboard-up-marker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions docs/hackers/leaderboards.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "Leaderboards"
path: "/hackers/leaderboards.html"
id: "hackers/leaderboards"
---

The HackerOne Leaderboards show which hackers are on top and where you personally stand in regard to different categories of leaderboards based on the selected time period.

To view the leaderboards:
1. Log in to your HackerOne account.
2. Select **Leaderboards** in the top navigation.

Each hacker will have these visual progress markers to denote their movement trend on the leaderboards:

Marker | Details
------ | --------
![stay marker](./images/leaderboard-stay-marker.png) | The hacker hasn't moved on the leaderboard and has stayed in the same spot in the rankings.
![up marker](./images/leaderboard-up-marker.png) | The hacker has moved up in the rankings on the leaderboard.
![down marker](./images/leaderboard-down-marker.png) | The hacker has moved down in the rankings on the leaderboard.

The different leaderboards you can view include:

Leaderboard | Details
----------- | --------
Highest Reputation | The ranking is calculated based on reputation. The higher your reputation, the higher your ranking will be on the leaderboard.
Highest Critical Reputation | The ranking is based on reputation gain for high and critical submissions that are triaged or resolved. The higher your reputation from these submissions, the higher your ranking will be on the leaderboard.
OWASP | The ranking is based on reputation gain for triaged or resolved submissions within an OWASP 2017 category. The higher your reputation within that category, the higher your ranking will be on the leaderboard. <br><br>You can choose from these categories: <li>Broken Access Control <li>Broken Authentication <li>Injection <li>Insecure Deserialization <li>Security Misconfiguration <li>Sensitive Data Exposure <li>XSS <li>XXE
Country | The ranking is based on reputation gain. The higher your reputation in a country, the higher your ranking will be on the leaderboard for that country. You can choose different countries to see who’s on top in each country. <br><br><i>**Note:** To see your ranking within your country, you need to opt-in to this leaderboard by selecting your country in your [profile settings](https://hackerone.com/settings/profile/edit).</i>
Up and Comers | The ranking is based on reputation gain from hackers that submitted their first valid report within the last 90 days.
Most Upvoted | The ranking is based on hackers with the highest number of report upvotes on Hacktivity. The higher the number of upvotes, the higher your ranking will be on the leaderboard.
CTF Talent | The ranking is based on the top hackers that gained the most points from the [Hacker101 Capture the Flag](hacker101.html#hacker101-ctf) challenges.
7 changes: 5 additions & 2 deletions src/pages/hackers/hackers-nav.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
items:
- title: Create a Directory Page
path: /hackers/create-a-directory-page.html
- title: Leaderboards
path: /hackers/leaderboards.html
items:
- title: 90 Day Leaderboard
path: /hackers/90-day-leaderboard.html
- title: Credentials
path: /hackers/credentials.html
- title: Retesting
Expand All @@ -71,8 +76,6 @@
path: /hackers/security-checks.html
- title: Hacker101
path: /hackers/hacker101.html
- title: 90 Day Leaderboard
path: /hackers/90-day-leaderboard.html
- title: Publishing External Vulnerabilities
path: /hackers/publishing-external-vulnerabilities.html
- title: Misconduct
Expand Down
0