Socket
Socket
Sign inDemoInstall

juice-shop-ctf-cli

Package Overview
Dependencies
129
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.0.0 to 10.0.1

10

lib/generators/index.js

@@ -22,6 +22,4 @@ /*

console.log()
console.log('After the import you will have to set up the CTF name and administrator credentials again!'.cyan)
console.log()
console.log('For a step-by-step guide to import the ZIP-archive into ' + 'CTFd'.bold + ', please refer to')
console.log('https://pwning.owasp-juice.shop/part1/ctf.html#running-ctfd'.bold)
console.log('For a step-by-step guide to import this file into ' + 'CTFd'.bold + ', please refer to')
console.log('https://pwning.owasp-juice.shop/companion-guide/latest/part4/ctf.html#_running_ctfd'.bold)
}

@@ -36,3 +34,3 @@

console.log('For a step-by-step guide to import this file into ' + 'FBCTF'.bold + ', please refer to')
console.log('https://pwning.owasp-juice.shop/part1/ctf.html#running-fbctf'.bold)
console.log('https://pwning.owasp-juice.shop/companion-guide/latest/part4/ctf.html#_running_fbctf'.bold)
}

@@ -47,3 +45,3 @@

console.log('For a step-by-step guide to import this file into ' + 'RootTheBox'.bold + ', please refer to')
console.log('https://pwning.owasp-juice.shop/part1/ctf.html#running-rootthebox'.bold)
console.log('https://pwning.owasp-juice.shop/companion-guide/latest/part4/ctf.html#_running_rootthebox'.bold)
}

@@ -50,0 +48,0 @@

2

package.json
{
"name": "juice-shop-ctf-cli",
"version": "10.0.0",
"version": "10.0.1",
"description": "Capture-the-Flag (CTF) environment setup tools for OWASP Juice Shop",

@@ -5,0 +5,0 @@ "keywords": [

@@ -62,3 +62,3 @@ # ![Juice Shop CTF Logo](https://raw.githubusercontent.com/juice-shop/juice-shop-ctf/master/images/JuiceShopCTF_Logo_100px.png) OWASP Juice Shop CTF Extension

countryMapping: https://raw.githubusercontent.com/bkimminich/juice-shop/master/config/fbctf.yml # ignored for CTFd and RootTheBox
insertHints: none | free | paid
insertHints: none | free | paid # "paid" handled as "free" for CTFd
insertHintUrls: none | free | paid # optional for FBCTF; "paid" handled as "free" for CTFd

@@ -168,2 +168,3 @@ insertHintSnippets: none | free | paid # optional for FBCTF; "paid" handled as "free" for CTFd

- [Timo Pagel](https://github.com/wurstbrot) aka `wurstbrot`
- [Shubham Palriwala](https://github.com/ShubhamPalriwala) aka `ShubhamPalriwala`

@@ -170,0 +171,0 @@ For a list of all contributors to the OWASP Juice Shop CTF Extension

@@ -13,3 +13,3 @@ /*

describe('Output for CTFd', () => {
describe('Output for CTFd', () => { // TODO Amend test cases for new CSV data export
xit('should be written to ZIP file', () => {

@@ -16,0 +16,0 @@ writeToCtfdCsv.__set__({

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc