Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 970 Bytes

README.md

File metadata and controls

43 lines (39 loc) · 970 Bytes

V-web

Vulnerable Web application
V-web is collection of vulnerable web applications. In this collection I'm adding website with some infamous vulnerabilities like IDOR (Type of Broken Access Control vulnerability, which is currently rank top in the OWASP top 10 list).

Vulnerabilities

  • IDOR
    • IDOR in url
    • IDOR in API
  • NoSQL Injection
  • Insecure 2FA
  • XSS (Cross Site Scripting)
  • File Upload Vulnerability

Tech stacks

As I made the project with this technologies, so you have to install this tech stacks before executing the server

  • Node js
  • Express js
  • Mongo DB
  • Mongoose
  • HTML
  • CSS
  • Handlebars
  • swagger
  • UUID

Installation

  1. Clone the repository
    git clone https://github.com/Pankaj0038/V-web
  2. Get into the directory
    cd V-web
  3. Install dependencies
    npm i
  4. Lastly to run all the websites
    npm run all