UNPKG

juice-shop-ctf-cli

Version:

Capture-the-Flag (CTF) environment setup tools for OWASP Juice Shop

20 lines (18 loc) 547 B
/* * Copyright (c) 2016-2025 Bjoern Kimminich & the OWASP Juice Shop contributors. * SPDX-License-Identifier: MIT */ module.exports = { noTextHints: 'No text hints', freeTextHints: 'Free text hints', paidTextHints: 'Paid text hints', noHintUrls: 'No hint URLs', freeHintUrls: 'Free hint URLs', paidHintUrls: 'Paid hint URLs', noHintSnippets: 'No hint snippets', freeHintSnippets: 'Free hint snippets', paidHintSnippets: 'Paid hint snippets', ctfdFramework: 'CTFd', fbctfFramework: 'FBCTF', rtbFramework: 'RootTheBox' }