Skip to content

the-pesar/domain-detective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

domain-detective is for a list of your domains that checks them hourly, and if a domain was open, it will inform you.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages