This repository demonstrates a significant security vulnerability in the OTP request functionality of the website https://phirekbaarmodisarkar.bjp.org. The issue arises due to the absence of rate limiting on the OTP requests, making the system susceptible to abuse and potential denial-of-service attacks.
This Python script demonstrates how the lack of rate limiting can be exploited. The script sends multiple OTP requests concurrently, overwhelming the server.
- Python 3.x
requests
libraryrequests_toolbelt
library
Install the required libraries using pip:
pip install requests requests_toolbelt
git clone https://github.com/animeshchaudhri/modisms.git
cd modisms
python new.py