We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13edaa commit 7a5b0deCopy full SHA for 7a5b0de
index.js
@@ -106,10 +106,10 @@ const juiceShopCtfCli = async () => {
106
107
for (const challenge of challenges) {
108
if (challenge.name === 'Bonus Payload') {
109
- challenge.description = challenge.description.replace('https://', 'https%3A//');
+ challenge.description = challenge.description.replace('https://', 'https%3A//')
110
}
111
112
-
+
113
await generateCtfExport(answers.ctfFramework || options.ctfdFramework, challenges, {
114
juiceShopUrl: answers.juiceShopUrl,
115
insertHints: answers.insertHints,
0 commit comments