Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 562 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 562 Bytes

DOMAIN LOOKUP

It is a domain lookup tool using the python 3.10+ programming language, I got the domain data from the whois.com website

Installed

pkg install python git -y
pip install bs4
git clone https://github.com/g4rzk/domain-lookup
cd $HOME/lookup
python lookup.py

Library

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