Skip to content

gl0bal01/discord-watchlists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI GitHub

Discord Watchlists

This project is a collection of PHP scripts that monitor various sources for new information and send notifications to a Discord channel via a webhook.

Monitors a CVE feed for new vulnerabilities and sends a notification to a Discord channel.

CVE Watchlist

Monitors the Europol's Most Wanted list for new additions and sends a notification to a Discord channel.

Europole Watchlist

Monitors the FBI's Most Wanted list for new additions and sends a notification to a Discord channel.

FBI Watchlist

Monitors a ransomware feed for new victims and sends a notification to a Discord channel.

Ransomware Watchlist

Sends a daily message with a random joke, fact, or quote to a Discord channel.

Fun

Installation

  1. Clone the repository:

    git clone https://github.com/gl0bal01/discord-watchlists.git
  2. Install dependencies:

    This project requires PHP and the php-curl extension. You can install them on a Debian-based system with the following command:

    sudo apt-get install php php-curl
  3. Configure the scripts:

    • Navigate to the src/config directory and rename config.example.php to config.php.
    • Open config.php and replace the placeholder webhook URLs with your actual Discord webhook URLs.

How to get a Discord webhook URL

  1. Open your Discord server and go to "Server Settings" > "Integrations".
  2. Click on "Webhooks" and then "New Webhook".
  3. Give your webhook a name and choose the channel you want it to post to.
  4. Copy the webhook URL and paste it into the config.php file.

Running the scripts

You can run each script individually from the command line:

php cve/cve.php
php europol/europol.php
php fbi/fbi.php
php fun/fun.php
php ransomware/ransomware.php

You can also set up a cron job to run the scripts automatically at a specified interval. For example, to run the CVE script every hour, you would add the following line to your crontab:

0 * * * * php /path/to/your/project/cve/cve.php

⭐ Star this repo if you find it helpful!

About

Stay Ahead of Threats — Get Real-Time Ransomware, CVE, FBI & Europol Alerts in Your Discord Server.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages