diff --git a/docs/hackers/credentials.md b/docs/hackers/credentials.md new file mode 100644 index 00000000000..1bda93352fb --- /dev/null +++ b/docs/hackers/credentials.md @@ -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 Show Credentials 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 Save. diff --git a/docs/hackers/images/credentials-1.png b/docs/hackers/images/credentials-1.png new file mode 100644 index 00000000000..09484c76ff3 Binary files /dev/null and b/docs/hackers/images/credentials-1.png differ diff --git a/docs/hackers/images/credentials-2.png b/docs/hackers/images/credentials-2.png new file mode 100644 index 00000000000..1f2b111f6b5 Binary files /dev/null and b/docs/hackers/images/credentials-2.png differ diff --git a/src/pages/hackers/hackers-nav.yaml b/src/pages/hackers/hackers-nav.yaml index 3b07e343158..d10a63139bd 100644 --- a/src/pages/hackers/hackers-nav.yaml +++ b/src/pages/hackers/hackers-nav.yaml @@ -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