We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fe7992 + e5b4780 commit d817c94Copy full SHA for d817c94
index.js
@@ -104,6 +104,12 @@ const juiceShopCtfCli = async () => {
104
fetchCodeSnippets(answers.juiceShopUrl, argv.ignoreSslWarnings, answers.insertHintSnippets === options.noHintSnippets)
105
])
106
107
+ for (const challenge of challenges) {
108
+ if (challenge.name === 'Bonus Payload') {
109
+ challenge.description = challenge.description.replace('https://', 'https://')
110
+ }
111
112
+
113
await generateCtfExport(answers.ctfFramework || options.ctfdFramework, challenges, {
114
juiceShopUrl: answers.juiceShopUrl,
115
insertHints: answers.insertHints,
0 commit comments