Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc3a715

Browse files
committed
credential management
1 parent 56d7060 commit cc3a715

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "Credential Management (beta)"
3+
path: "/programs/credential-management.html"
4+
id: "programs/credential-management"
5+
---
6+
7+
The Credential Management feature enables you to pre-populate the credentials to access your assets on HackerOne. This enables participating hackers to quickly retrieve the credentials needed to find vulnerabilities in your program.
8+
9+
<i>This feature is currently in beta and only available to select programs.</i>
10+
11+
### Set Up
12+
To set up Credential Management for your program:
13+
1. Go to <b>Settings > General > Credential Management</b>.
14+
15+
![credential-management-1](./images/credential-management-1.png)
16+
17+
2. Click <b>Import Credentials</b>.
18+
3. Upload the CSV file of credentials that you want to share. The CSV file supports a set of headers and values where each row is a set of credentials that can be claimed by a hacker.
19+
20+
![credential-management-2](./images/credential-management-2.png)
21+
22+
4. Click <b>Submit</b>.
23+
24+
Your uploaded credentials will populate under the <b>Credentials</b> section where you can see which credentials have or haven’t been claimed. Claimed credentials will also display the username of the hacker under the <b>Claimed by</b> column.
25+
26+
![credential-management-3](./images/credential-management-3.png)
27+
28+
If a hacker has violated your policy or HackerOne’s code of conduct, you can revoke the credential rights of a hacker by clicking <b>Revoke</b> next to the username of the hacker.
29+
30+
The username of the account the hacker created using the provided credentials will display on the submitted report under the <b>Account details used</b> section.
31+
32+
![credential-management-4](./images/credential-management-4.png)
33+
34+
### How It Works
35+
Once you’ve set up credential management, hackers participating in your program will be able to retrieve their credentials by clicking the <b>Show Credentials</b> button on your security page.
36+
37+
![credential-management-5](./images/credential-management-5.png)
38+
39+
The <b>Credentials</b> window will then display with instructions where the hacker can claim one of the credentials you’ve provided. They’ll be prompted to enter the username of the account they created using the credentials provided.
40+
41+
![credential-management-6](./images/credential-management-6.png)

src/pages/programs/programs-nav.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
path: /programs/single-sign-on-sso-via-saml.html
8282
- title: Two-Factor Authentication
8383
path: /programs/two-factor-authentication.html
84+
- title: Credential Management
85+
path: /programs/credential-management.html
8486
- title: Reports
8587
items:
8688
- title: Inbox

0 commit comments

Comments
 (0)