Skip to content

Commit 04e3236

Browse files
committed
add wrongsecrets version to dangerous note
1 parent c33f057 commit 04e3236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Follow the following steps:
7878

7979
Now visit the CTFd instance and setup your CTF. If you haven't set up a load balancer/ingress, the you can use `kubectl port-forward -n ctfd $(kubectl get pods --namespace ctfd -l "app.kubernetes.io/name=ctfd,app.kubernetes.io/instance=ctfd" -o jsonpath="{.items[0].metadata.name}") 8000:8000` and go to `localhost:8000` to visit CTFd.
8080

81-
_!!NOTE:_ **The following can be dangerous if you use CTFd `>= 3.5.0` Check the `challenges.json` and make sure it's 1-indexed - a 0-indexed file will break CTFd!** _/NOTE!!_
81+
_!!NOTE:_ **The following can be dangerous if you use CTFd `>= 3.5.0` with wrongsecrets `< 1.5.11`. Check the `challenges.json` and make sure it's 1-indexed - a 0-indexed file will break CTFd!** _/NOTE!!_
8282

8383
Then use the administrative backup function to import the zipfile you created with the juice-shop-ctf command.
8484
After that you will still need to override the flags with their actual values if you do use the 2-domain configuration.

0 commit comments

Comments
 (0)