/insecure-app

An Express application where almost everything is done wrong.

Primary LanguageJavaScriptMIT LicenseMIT

#Insecure Web App

An extremely insecure web app that has five of the OWASP top ten. This was made as a fun bit of practice in making an application intentionally insecure. I wouldn't recommend running it on a device connected to an open network.

To build/run

  1. Download this repository and extract it into a folder
  2. Install Npm and Nodejs on your system(https://nodejs.org/en/download/)
  3. navigate to the project directory in your command prompt/terminal and run npm install in the project directory to install the necessary dependencies.
  4. npm run start to start the application.
  5. Point your browser to locahost:3124