Skip to content

Commit

Permalink
Merge pull request #1664 from OWASP/quickdocfix
Browse files Browse the repository at this point in the history
Fix readme for ctfd
  • Loading branch information
commjoen authored Oct 10, 2024
2 parents 4a83c99 + d5602c4 commit 03da8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,9 @@ Initial creation of the zip file for CTFD requires you to visit [https://wrongse
Follow the following steps:

```shell
npm install -g juice-shop-ctf-cli@9.1.0
npm install -g juice-shop-ctf-cli@10.0.1
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.
docker run -p 8001:8000 -it ctfd/ctfd:3.4.3
docker run -p 8001:8000 -it ctfd/ctfd:3.7.4
```

Now visit the CTFD instance at [http://localhost:8001](http://localhost:8001) and setup your CTF.
Expand Down

0 comments on commit 03da8cd

Please sign in to comment.