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
Send automatic email alert
You can setup a wordlist and be alerted by email when you have a match (exemple here with "google|amazon").
Prerequisite
apt install mailutils
pip3 install -r requirements.txt
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)
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.