discord-watchlists
Stay Ahead of Threats — Get Real-Time Ransomware, CVE, FBI & Europol Alerts in Your Discord Server.
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
Repository
Stay Ahead of Threats — Get Real-Time Ransomware, CVE, FBI & Europol Alerts in Your Discord Server.
Basic Info
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
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.

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

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

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

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

Installation
- Clone the repository:
bash
git clone https://github.com/gl0bal01/discord-watchlists.git
- 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
- Configure the scripts:
- Navigate to the
src/configdirectory and renameconfig.example.phptoconfig.php. - Open
config.phpand replace the placeholder webhook URLs with your actual Discord webhook URLs.
How to get a Discord webhook URL
- Open your Discord server and go to "Server Settings" > "Integrations".
- Click on "Webhooks" and then "New Webhook".
- Give your webhook a name and choose the channel you want it to post to.
- Copy the webhook URL and paste it into the
config.phpfile.
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
- Website: https://gl0bal01.com
- Repositories: 40
- Profile: https://github.com/gl0bal01
📚 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