Skip to content

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 without any otp . The script provides an educational resource for web automation enthusiasts and those interested in cybersecurity concepts.

Notifications You must be signed in to change notification settings

Harish-Srinivas-07/kmut-appeal-status-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

🌟 KMUT Appeal Status Checker 🌟

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.

🚀 Project Details

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.

About KMUT Portal

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.

🧰 Technical Details

Dependencies

This project relies on the requests library for making HTTP requests.

How It Works

  1. The script constructs an HTTP POST request to the KMUT API endpoint.
  2. It includes specific headers in the request to mimic a legitimate request.
  3. User input is collected for the Ration Number (UFC Number).
  4. The script sends the request and handles the response.
  5. It extracts and presents relevant information from the response.

📝 Usage

  1. Clone the repository:
git clone https://github.com/Harish-Srinivas-07/kmut-appeal-status-checker.git
  1. Install the required dependencies using pip:
pip install requests
  1. Run the script:
python kmut_otp_bypass.py
  1. Follow the on-screen prompts to enter the Ration Number and view the appeal status.

🤖 Actions

  1. Bypass OTP Process
  2. Retrieve Beneficiary Details

📦 Project Structure

  • kmut_otp_bypass.py: The main Python script for checking appeal status.

👤 Author

  • Harish Srinivas SR
  • GitHub

🙌 Credits

Special thanks to the Burp Suite. 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.

About

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 without any otp . The script provides an educational resource for web automation enthusiasts and those interested in cybersecurity concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages