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)
- Host: GitHub
- URL: https://github.com/pankaj0038/v-web
- Owner: Pankaj0038
- Created: 2024-07-04T07:42:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T10:06:55.000Z (over 1 year ago)
- Last Synced: 2025-01-27T16:47:46.476Z (over 1 year ago)
- Topics: backend, cybersecurity, mern-stack, vulnerability, websecurity
- Language: Handlebars
- Homepage: https://pankaj0038.github.io/V-web/
- Size: 3.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```