Skip to content

AxMilin/Anti-Webhook-Steal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anti Discord Webhook Steal

Overview

This Python code is designed to prevent the stealing of Discord webhooks by implementing a simple Flask application. The script listens for incoming POST requests on the /we endpoint and forwards the data to the specified Discord webhook.

Prerequisites

  • Python 3.x

Requests library

pip install Flask requests

Usage

  1. Clone the repository:
git clone https://github.com/yourusername/anti-discord-webhook-steal.git
cd anti-discord-webhook-steal
  1. Open the app.py file and replace "Webhook Url" with your actual Discord webhook URL.
webhook_url = "Your Webhook URL"
  1. Run the Flask application:
python app.py

The application will start listening on IP Address in the console image

Features

  • Secure Webhook Posting: The script ensures that the Discord webhook URL is not exposed in the client-side code, reducing the risk of theft.

  • Error Handling: The code includes basic error handling to gracefully handle exceptions and provide informative responses.

Disclaimer

This code serves as a basic example and should not be solely relied upon for security. It is essential to implement additional security measures based on your application's specific needs.

Contributing

Feel free to contribute to the project by submitting issues or pull requests.

License

This code is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages