
Daily alert when a new domain name is registered and contains your keywords
Daily alert when a new domain name is registered and contains your keywords.
DomainAlerting tool allows you to perform two main actions (for educational purposes only):

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

apt install mailutils
pip3 install -r requirements.txt
Inside the file "launcher.sh", 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)
Feel free to clone this project. For major changes, please open an issue first to discuss what you would like to change.