Welcome to the KMUT Appeal Status Checker project!
This Python script is designed to automate the process of checking the status of an appeal on the KMUT (Kalaingar Magalir Urimai Thogai) portal. It leverages the requests
library to interact with the portal, demonstrating practical web automation techniques and enhancing understanding of web security and cybersecurity concepts.
The KMUT Appeal Status Checker project automates the process of checking the status of an appeal on the KMUT portal. It does so by sending an HTTP POST request to the portal's API endpoint. The script provides an educational resource for web automation enthusiasts and those interested in cybersecurity concepts.
KMUT (Kalaingar Magalir Urimai Thogai) is a portal that facilitates the management of appeals and provides information about various government schemes. It is known for its commitment to ensuring the rights and privileges of women.
- Portal Website: kmutappeal.tnega.org
This project relies on the requests
library for making HTTP requests.
- The script constructs an HTTP POST request to the KMUT API endpoint.
- It includes specific headers in the request to mimic a legitimate request.
- User input is collected for the Ration Number (UFC Number).
- The script sends the request and handles the response.
- It extracts and presents relevant information from the response.
- Clone the repository:
git clone https://github.com/Harish-Srinivas-07/kmut-appeal-status-checker.git
- Install the required dependencies using pip:
pip install requests
- Run the script:
python kmut_otp_bypass.py
- Follow the on-screen prompts to enter the Ration Number and view the appeal status.
- Bypass OTP Process
- Retrieve Beneficiary Details
kmut_otp_bypass.py
: The main Python script for checking appeal status.
Special thanks to the . Burp Suite is an essential tool for web security testing and has been instrumental in helping young minds like us understand web security concepts. Thank you!
Explore the world of cybersecurity, and practical programming with this project!
Feel free to contribute or report issues in the GitHub repository.