domain-detective
domain-detective copied to clipboard
domain-detective is for a list of your domains that checks them hourly, and if a domain was open, it will inform you.
domain-detective
domain-detective is for a list of your domains that checks them hourly, and if a domain was open, it will inform you.
installation
1. Clone this repository on your system:
$ git clone [email protected]:the-pesar/domain-detective.git
# git clone https://github.com/the-pesar/domain-detective.git
2. Install whois and crontab:
whois:
$ sudo apt install whois
crontab:
$ sudo apt install cron && sudo systemctl enable cron
Go to the cloned repository
3. Set execution permission and run setup.sh
$ chmod +x setup.sh script.sh && ./setup.sh
4. Add your domains into domain list:
$ echo "your-rand0m-domain.com" >> ~/domain-detective/domain_list.txt
5. Run the script for first time:
$ ./script.sh
6. Reload your terminal:
$ source ~/.bashrc