Skip to content

g4rzk/domain-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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