domain-detective is for a list of your domains that checks them hourly, and if a domain was open, it will inform you.
$ git clone git@github.com:the-pesar/domain-detective.git
# git clone https://github.com/the-pesar/domain-detective.git
whois
:
$ sudo apt install whois
crontab
:
$ sudo apt install cron && sudo systemctl enable cron
Go to the cloned repository
$ chmod +x setup.sh script.sh && ./setup.sh
$ echo "your-rand0m-domain.com" >> ~/domain-detective/domain_list.txt
$ ./script.sh
$ source ~/.bashrc