Projects STRLCPY wrongsecrets Commits 14b68f4d
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 212 lines
    213 213  Want to know if your tool detects everything? We will keep track of the embedded secrets in [this issue](https://github.com/commjoen/wrongsecrets/issues/201) and have a [branch](https://github.com/commjoen/wrongsecrets/tree/experiment-bed) in which we put additional secrets for your tool to detect.
    214 214  The branch will contain a Docker container generation script using which you can eventually test your container secret scanning.
    215 215   
    216  -## CTFD Support
     216 +## CTFD Support - Experimental
    217 217   
    218 218  NOTE: CTFD support is experimental, but can work based on the [Juiceshop CTF CLI](https://github.com/juice-shop/juice-shop-ctf).
    219  -NOTE-II: https://wrongsecrets-ctf.herokuapp.com is based on a free heroku instance, which takes time to warm up. Initial creation of the zip file for CTFD requires you to visit https://wrongsecrets-ctf.herokuapp.com/api/Challenges once 3 minutes before executing the steps below.
     219 +NOTE-II: https://wrongsecrets-ctf.herokuapp.com is based on a free heroku instance, which takes time to warm up. Initial creation of the zip file for CTFD requires you to visit [https://wrongsecrets-ctf.herokuapp.com/api/Challenges](https://wrongsecrets-ctf.herokuapp.com/api/Challenges) once before executing the steps below.
    220 220   
    221 221  Follow the following steps:
    222 222   
    223 223  ```shell
    224 224   npm install -g juice-shop-ctf-cli
    225  - juice-shop-ctf #choose ctfd and https://wrongsecrets-ctf.herokuapp.com as domain. The key is 'TRwzkRJnHOTckssAeyJbysWgP!Qc2T'
     225 + juice-shop-ctf #choose ctfd and https://wrongsecrets-ctf.herokuapp.com as domain. No trailing slash! The key is 'TRwzkRJnHOTckssAeyJbysWgP!Qc2T'
    226 226   docker run -p 8001:8000 -it ctfd/ctfd:3.4.3 # configure challenge and import the zip from juice-shop-ctf
    227 227  ```
    228 228   
    skipped 83 lines
  • ■ ■ ■ ■ ■
    src/main/resources/application.properties
    skipped 50 lines
    51 51  #---
    52 52  spring.config.activate.on-profile=local
    53 53  challengedockermtpath=./
     54 +asciidoctor.enabled=true
    54 55  #---
    55 56  spring.config.activate.on-profile=local-vault
    56 57  wrongsecretvalue=wrongsecret
    skipped 14 lines
Please wait...
Page is in error, reload to recover