https://github.com/mpdavis/ncdc-web
Vulnerable payroll application for the 2013 Iowa State NCDC
https://github.com/mpdavis/ncdc-web
Last synced: about 1 month ago
JSON representation
Vulnerable payroll application for the 2013 Iowa State NCDC
- Host: GitHub
- URL: https://github.com/mpdavis/ncdc-web
- Owner: mpdavis
- Created: 2013-01-16T05:05:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-06T07:57:45.000Z (over 12 years ago)
- Last Synced: 2025-04-07T05:02:57.520Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 780 KB
- Stars: 1
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
MongoDB 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