Skip to content

Commit

Permalink
Dependency updates, startssl command, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyates committed Aug 24, 2022
1 parent 92a6212 commit 8dfd62c
Show file tree
Hide file tree
Showing 3 changed files with 3,195 additions and 407 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ At the prompts, you can leave all fields blank except `Common Name (e.g. server

If you use DNS-over-TLS or DNS-over-HTTPS on the browser you're using for Baserunner, temporarily disable it in order to spoof the required origin for Google sign in on Firebase.

5. Run Baserunner using ```sudo node index.js 443``` and then load `https://PROJECT_ID.firebaseapp.com` in your browser.
5. Run Baserunner using `npm run startssl` and then load `https://PROJECT_ID.firebaseapp.com` in your browser.

6. Enter the Google OAuth Client you found in step 1 into the field under "Log in with Google" and click "Set Google client ID".

Expand All @@ -99,4 +99,4 @@ If you use DNS-over-TLS or DNS-over-HTTPS on the browser you're using for Baseru

9. Explore the database as you would with a non-Google account.

10. When done security testing, remove the line from step 2 from your DNS file.
10. When done security testing, remove the line from step 2 from your DNS file.
Loading

0 comments on commit 8dfd62c

Please sign in to comment.