Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
DomainAlerting — Daily alert when a new domain name is registered and contains your keywords | Kitploit
Tools/GitHubGitHub/pixelbubble/domainalerting
OSINT (Open Source Intelligence)DNS & Subdomain EnumerationInformation GatheringThreat Intelligence
GitHubpixelbubble/domainalerting

DomainAlerting

Daily alert when a new domain name is registered and contains your keywords

View Repository
1192212 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

DomainAlerting

Daily alert when a new domain name is registered and contains your keywords.

Description

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

  • Download newly registered domains

image

  • Send automatic email alert

You can setup a wordlist and be alerted by email when you have a match (exemple here with "google|amazon"). image

Prerequisite

root@kitploit:~
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:

root@kitploit:~
crontab -e #edit user's crontab
0 8 * * * /path/launcher.sh #set daily crontab (here at 8 am for example)

Contributing

Feel free to clone this project. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Download Tool