juice-shop/juice-shop-ctf

View on GitHub
bin/juice-shop-ctf.js

Summary

Maintainability
A
0 mins
Test Coverage
#!/usr/bin/env node

/*
 * Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
 * SPDX-License-Identifier: MIT
 */

const juiceShopCtfCli = require('../index')

juiceShopCtfCli()