Skip to content
This repository was archived by the owner on Mar 20, 2020. It is now read-only.

Intentionally Vulnerable Koa Application

Contrast-Security-OSS/KoaTestBench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KoaTestBench

Intentionally Vulnerable Koa Application

Running Locally

Make sure you have Node.js installed or install a version of node from nvm.

git clone https://github.com/Contrast-Security-OSS/KoaTestBench.git # or clone your own fork
cd KoaTestBench
npm install
npm start

Your app should now be running on localhost:3000.

Running with Contrast

Installation

See our documentation for installation instructions.

Running the agent

After installation, the agent can be run with npm run contrast. For more information on configuration and which technologies the agent supports, see our documentation.

Adding a shared vulnerability

Once you have added shared functionality to @contrast/test-bench-utils and @contrast/test-bench-content, you are ready to add an endpoint in the test bench application.

Create a routes/ruleName.js file and call the controllerFactory method:

const controllerFactory = require('../../utils/controllerFactory');
module.exports = controllerFactory('ruleName');

Check the documentation for controllerFactory under utils/controllerFactory.js usage information.

Add a view/ruleName.js file that includes the shared template from @contrast/test-bench-content:

<% include ../node_modules/@contrast/test-bench-content/views/ruleName.ejs %>

Now run the app and make sure everything works as expected!

About

Intentionally Vulnerable Koa Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6