juice-shop-ctf-cli
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -100,7 +100,7 @@ const inquirer = require('inquirer') | ||
console.log('You selected text hints but '.yellow + answers.juiceShopUrl + ' API response did not contain any!'.yellow) | ||
console.log('Make sure that the server uses '.yellow + 'default.yml' + ' or has '.yellow + 'showChallengeHints: true' + ' in its config.'.yellow) | ||
console.log('Make sure that the server uses '.yellow + 'default.yml' + ' or has '.yellow + 'challenges.showHints: true' + ' in its config.'.yellow) | ||
} | ||
if (!challenges[0].hintUrl && answers.insertHintUrls !== options.noHintUrls) { | ||
console.log('You selected hint URLs but '.yellow + answers.juiceShopUrl + ' API response did not contain any!'.yellow) | ||
console.log('Make sure that the server uses '.yellow + 'default.yml' + ' or has '.yellow + 'showChallengeHints: true' + ' in its config.'.yellow) | ||
console.log('Make sure that the server uses '.yellow + 'default.yml' + ' or has '.yellow + 'challenges.showHints: true' + ' in its config.'.yellow) | ||
} | ||
@@ -107,0 +107,0 @@ } catch (error) { |
{ | ||
"name": "juice-shop-ctf-cli", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "Capture-the-Flag (CTF) environment setup tools for OWASP Juice Shop", | ||
@@ -5,0 +5,0 @@ "author": "Bjoern Kimminich <bjoern.kimminich@owasp.org> (https://www.owasp.org/index.php/User:Bjoern_Kimminich)", |
Sorry, the diff of this file is not supported yet
1345403