cereallkiller / vulnerable-nodejs-express-mysql

Example of a vulnerable NodeJS+Express+MySQL service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js Express + MySQL vulnerable boilerplate project

demo_image

[DEMO]

The sourcecode is referenced from https://codeshack.io/basic-login-system-nodejs-express-mysql/

Setup

All you need to do is to run docker-compose and check your http://localhost:3000/

Tested on Ubuntu Focal / Bionic.

$ docker-compose up --build -d

Explanation / Demonstration Methods

About

Example of a vulnerable NodeJS+Express+MySQL service


Languages

Language:JavaScript 52.7%Language:HTML 32.2%Language:Dockerfile 15.0%