It is a domain lookup tool using the python 3.10+ programming language, I got the domain data from the whois.com website
pkg install python git -y
pip install bs4
git clone https://github.com/g4rzk/domain-lookup
cd $HOME/lookup
python lookup.py
lib = [
- domain_id,
- domain_name,
- created,
- last_update,
- expired,
- ns1,
- ns2
]
You can add up to 4 name servers if the blog domain is only 2 hosting domains.
Author by: Angga Kurniawan