UNPKG

juice-shop-ctf-cli

Version:

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

11 lines (8 loc) 241 B
/* * Copyright (c) 2016-2025 Bjoern Kimminich & the OWASP Juice Shop contributors. * SPDX-License-Identifier: MIT */ function isUrl (text) { return text.match(/^(http|localhost|[0-9][0-9]?[0-9]?\.)/) !== null } module.exports = isUrl