Skip to content

Commit 73c75d3

Browse files
committed
Merge branch 'develop' of https://github.com/meelunae/juice-shop-ctf into develop
2 parents 35e86cc + 6c43731 commit 73c75d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ desired configuration in a file with the following format:
5757
```yaml
5858
ctfFramework: CTFd | FBCTF | RootTheBox
5959
juiceShopUrl: https://juice-shop.herokuapp.com
60-
ctfKey: https://raw.githubusercontent.com/bkimminich/juice-shop/master/ctf.key # can also be actual key instead URL
60+
ctfKey: https://raw.githubusercontent.com/bkimminich/juice-shop/master/ctf.key # can also be actual key or comma-separated list of keys (CTFd only) instead of URL
6161
countryMapping: https://raw.githubusercontent.com/bkimminich/juice-shop/master/config/fbctf.yml # ignored for CTFd and RootTheBox
6262
insertHints: none | free | paid
6363
insertHintUrls: none | free | paid # optional for FBCTF; "paid" handled as "free" for CTFd

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const questions = [
4848
{
4949
type: 'input',
5050
name: 'ctfKey',
51-
message: 'Secret key <or> URL to ctf.key file? (Note: for CTFd you can provide a comma-separated string for multiple flags)',
51+
message: 'URL to ctf.key file <or> secret key <or> (CTFd only) comma-separated list of secret keys?',
5252
default: 'https://raw.githubusercontent.com/bkimminich/juice-shop/master/ctf.key'
5353
},
5454
{

0 commit comments

Comments
 (0)