shirishp / VulnerabilitiesDemo

SQL Injection and XSS demo application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo application for vulnerability learning


Pre-requisites

  • JDK 1.8

Getting started

  1. Clone this repository
  2. Once you are into this newly created folder, run ./gradlew bootRun
  3. Visit http://localhost:8080/ to browse the application
  4. Hit Ctrl + C in console to stop the application

About

SQL Injection and XSS demo application


Languages

Language:Java 50.0%Language:HTML 50.0%