You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -408,9 +408,9 @@ Initial creation of the zip file for CTFD requires you to visit [https://wrongse
408
408
Follow the following steps:
409
409
410
410
```shell
411
-
npm install -g juice-shop-ctf-cli@9.1.0
411
+
npm install -g juice-shop-ctf-cli@10.0.1
412
412
juice-shop-ctf #choose ctfd and https://wrongsecrets-ctf.herokuapp.com as domain. No trailing slash! The key is 'TRwzkRJnHOTckssAeyJbysWgP!Qc2T', feel free to enable hints. We do not support snippets or links/urls to code or hints.
413
-
docker run -p 8001:8000 -it ctfd/ctfd:3.4.3
413
+
docker run -p 8001:8000 -it ctfd/ctfd:3.7.4
414
414
```
415
415
416
416
Now visit the CTFD instance at [http://localhost:8001](http://localhost:8001) and setup your CTF.
0 commit comments