V-web

Vulnerable web applciation

2 Factor authentication bypass

OTP/2FA bypass

OTP is used for multilayer authentication or enhance security. But sometime due to insecure verification of otp, it can be bypass. In this example I have created a scenario where the otp verification can be bypass.

Download and run

To download the website, click on the button! Download

After downloading the website make sure to have node package maneger or npm installed in you device

Then install the requirements (just installing express will download the rest requirement)

install

npm install express

run

npm run dev
IDOR

IDOR

Insecure Direct Object Reference is a web application vulnerability. It occurs when a web server uses user input directly to operate data from database

Download and run

To download the website, click on the button! Download

After downloading the website make sure to have node package maneger or npm installed in you device

Then install the requirements (just installing express will download the rest requirement)

install

npm install express

run

npm run dev
NoSQL injection

NoSQL injection

How to run?
Cross Site Scripting

Cross Site Scripting

How to run?