Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.15 KB

File metadata and controls

35 lines (27 loc) · 1.15 KB

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

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)

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