8000 GitHub - regalcat/ncdc-web: This is a fork of a box from the 2013 National Cyber Defense Competition. It's a vulnerable application. My team made a java application firewall (not included) rather than risk missing something in this code. It worked out pretty well.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from mpdavis/ncdc-web

This is a fork of a box from the 2013 National Cyber Defense Competition. It's a vulnerable application. My team made a java application firewall (not included) rather than risk missing something in this code. It worked out pretty well.

Notifications You must be signed in to change notification settings

regalcat/ncdc-web

 
 

Repository files navigation

NCDC Web Box

This is a web application written for the 2013 Iowa State National Cyber Defense Competition. It is purposefully written to be vulnerable to a number of attacks.

It goes without saying that this should never make it's way into any sort of production environment.

#Installation

##MongoDB

Mon 48D6 goDB is used as a backend datastore for the application. MongoDB is available in most *nix distributions and can be installed on OSX via brew.

###OSX

brew update
brew install mongodb

###Linux

Most Linux package management systems have a package for MongoDB

##PIP Dependencies

The rest of the dependencies can all be installed via pip. A requirements.txt is provided for easy installation.

pip install -r requirements.txt

About

This is a fork of a box from the 2013 National Cyber Defense Competition. It's a vulnerable application. My team made a java application firewall (not included) rather than risk missing something in this code. It worked out pretty well.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0