Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 546 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 546 Bytes

A Deliberately Insecure Web Application

Vulnerabilities

  • SQL Injection
  • Cross Site Scripting (XSS)
  • Command Injection
  • Insecure Direct Object References (IDOR)
  • Brutforce

Installation

Manuel Installation

  1. Clone the repo
     git clone https://github.com/MKLKCDG/HackMeIfYouCan
  2. Build docker
     docker-compose build 
  3. Run container
     docker-compose up 
  4. Go to http://localhost:6619