discord-watchlists

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

https://github.com/gl0bal01/discord-watchlists

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.5%) to scientific vocabulary

Keywords

cve discord europol fbi ransomware
Last synced: 8 months ago · JSON representation ·

Repository

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

Basic Info
  • Host: GitHub
  • Owner: gl0bal01
  • License: mit
  • Language: PHP
  • Default Branch: main
  • Homepage:
  • Size: 373 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
cve discord europol fbi ransomware
Created 11 months ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

DOI

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.

CVE Watchlist

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

CVE Watchlist

Europol Watchlist

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

Europole Watchlist

FBI Watchlist

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

FBI Watchlist

Ransomware Watchlist

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

Ransomware Watchlist

Daily Fun

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

Fun

Installation

  1. Clone the repository:

bash git clone https://github.com/gl0bal01/discord-watchlists.git

  1. Install dependencies:

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

bash sudo apt-get install php php-curl

  1. 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:

bash 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:

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

⭐ Star this repo if you find it helpful!

Owner

  • Name: global01
  • Login: gl0bal01
  • Kind: user

📚 Constant learner in the fields of application security, pentesting, Osint and human madness.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it using the metadata from this file."
title: "Discord Watchlists"
type: "software"
abstract: "Stay Ahead of Threats — Get Real-Time Ransomware, CVE, FBI & Europol Alerts in Your Discord Server."
keywords: 
  - "Discord"
  - "Watchlist"
  - "Ransomware"
  - "CVE"
  - "FBI"
  - "Europol"
authors:
  - given-names: "Fabien"
    family-names: "Grenier"
    alias: "gl0bal01"
    orcid: "https://orcid.org/0009-0003-0062-4876"
repository-code: "https://github.com/gl0bal01/discord-watchlists"
url: "https://github.com/gl0bal01/discord-watchlists"
license: "MIT"
version: 
date-released: 2025-07-02
commit: "main"
doi: "10.5281/zenodo.15722653"

GitHub Events

Total
  • Release event: 1
  • Watch event: 1
  • Delete event: 1
  • Push event: 11
  • Create event: 2
Last Year
  • Release event: 1
  • Watch event: 1
  • Delete event: 1
  • Push event: 11
  • Create event: 2