8000 GitHub - crypt0g30rgy/Idor-ATO
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

crypt0g30rgy/Idor-ATO

Repository files navigation

Idor-ATO

This is a demo lab about a recent critical bug i found that resulted in ATO

The ATO was as a result of:

  • Idor in Email Change and Verification Endpoints
  • No ACL in Email Change
  • No ACL in Email Change Verification

How to Run the lab

Pre-Requisites

  1. SMTP (GMAIL) creds [https://mailmeteor.com/blog/gmail-smtp-settings]
  2. JWT Secret (just random values e.g cat walking on keyboard)
  3. MongoDB database (get on here https://www.mongodb.com/)
  4. nodejs installed locally (if you don't wanna use docker)

Running the web app Locally

  1. clone this repo
git clone https://github.com/crypt0g30rgy/Idor-ATO.git
  1. cd into directory
cd Idor-ATO
  1. run npm install
npm i
  1. run npm dev server
npm run dev

Running Web App in docker

// Testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0