Skip to content

JUSICK/fixed_IDOR_example_SuperTets-Express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDOR example at home

A simple real-life IDOR example with a front-end login page and a backend written in Node.js using the Express framework. The project demonstrates an insecure IDOR implementation and its fixed version. Supertest is used for automated testing.

THIS exact line:

image

Testing the fixed version:

image

Installation

npm install

Run

npm start

Test

npm test

About

A simple real-life IDOR example with a front-end login page and a backend written in Node.js using the Express framework. The project demonstrates an insecure IDOR implementation and its fixed version. Supertest is used for automated testing.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors