8000 Credential management by stacyspiva · Pull Request #51 · 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.

Credential management #51

Merged
merged 3 commits into from
Sep 24, 2018
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
8000
Diff view
20 changes: 20 additions & 0 deletions docs/hackers/credentials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "Credentials"
path: "/hackers/credentials.html"
id: "hackers/credentials"
---

Some programs require you to have special access credentials in order to hack on certain assets. These credentials can be shared with you via a representative from HackerOne, or you can retrieve the credentials from the security page of programs using the [credential management](/programs/credential-management.html) feature.

To access credentials for programs using credential management:
1. Go to the program's security page.
2. Click <b>Show Credentials</b> in the Credentials section.

![credentials-1](./images/credentials-1.png)

3. Create an account using the credentials provided.

![credentials-2](./images/credentials-2.png)

4. Enter the username of the account you created.
5. Click <b>Save</b>.
Binary file added docs/hackers/images/credentials-1.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/credentials-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/pages/hackers/hackers-nav.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
items:
- title: Create a Directory Page
path: /hackers/create-a-directory-page.html
- title: Credentials
path: /hackers/credentials.html
- title: Hacker101
path: /hackers/hacker101.html
- title: 90 Day Leaderboard
Expand Down
0