An open API service indexing awesome lists of open source software.

https://github.com/pankaj0038/v-web

Vulnerable Web Application (yt: https://www.youtube.com/channel/UCXGKOGW3vbeTIyU8TWQ6vJw)
https://github.com/pankaj0038/v-web

backend cybersecurity mern-stack vulnerability websecurity

Last synced: 2 months ago
JSON representation

Vulnerable Web Application (yt: https://www.youtube.com/channel/UCXGKOGW3vbeTIyU8TWQ6vJw)

Awesome Lists containing this project

README

          

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
```bash
git clone https://github.com/Pankaj0038/V-web
```
2. Get into the directory
```bash
cd V-web
```
3. Install dependencies
```bash
npm i
```
7. Lastly to run all the websites
```bash
npm run all
```