Kali Linux

Domain Alerting : Daily Alert When A New Domain Name Is Registered And Contains Your Keywords

Domain Alerting is a daily alert when a new domain name is registered and contains your keywords.

Domain Alerting tool allows you to perform two main actions (for educational purposes only):

  • Download newly registered domains
  • Send automatic email alert

Prerequisite

apt install mailutils
pip3 install -r requirements.txt

Configuration

Inside the file “launcher.sh”, complete:

  • Your keywords (#Keywords to complete)
  • Your receiver (#Email to complete)

Then, create a daily crontab job:

crontab -e #edit user’s crontab
0 8 * * * /path/launcher.sh #set daily crontab (here at 8 am for example)

R K

Recent Posts

Best OSINT Tools for Journalists 2026: Verify Sources, Images and Claims

Journalists use OSINT to verify public information before publishing. In 2026, misinformation, AI-generated images, fake…

10 hours ago

Install Docker on Ubuntu 20.04: Complete Step-by-Step Guide

Docker is an open-source platform that lets you package and run applications inside containers. Each container…

20 hours ago

Install PostgreSQL on Ubuntu: Database Setup and Admin Guide

PostgreSQL (often called Postgres) is an open-source relational database system. It supports advanced features like JSON…

21 hours ago

Install Xrdp Remote Desktop on Ubuntu: Setup and Connect

Xrdp is an open-source server that lets you connect to your Ubuntu machine from another computer…

21 hours ago

Tomcat 9 on Ubuntu 20.04: Install, Configure, and Start

Apache Tomcat is an open-source web server and Java servlet container. It is one of the…

22 hours ago

Automatic Updates on Ubuntu: Set Up unattended-upgrades

Keeping your Ubuntu system updated is one of the best ways to protect it. Security…

23 hours ago