Skip to content

A python script to query WHOIS information for a given domain name.

Notifications You must be signed in to change notification settings

rubalsxngh/whois

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

whois

Wanna gather info about domain name? No problem. This script allows users to query WHOIS information for a given domain name, Refer RFC 3912

This script gathers data solely from publicly available sources, ensuring that it retrieves only information accessible to the general public.

Installation

  • Fork this repository.

  • Clone the repository to your local machine:

    git clone https://github.com/your-username/whois.git
    cd whois
    
  • Run the script.

    python path/to/your/main.py
    
    

Contribution

Contributions to this repository are highly welcome! If you can suggest improvements, or bug fixes, please follow these steps:

  • Fork the repository to your GitHub account.

  • Create a new branch for your feature or bug fix:

    git checkout -b feature-name
    
  • Make your changes and commit them:

    git add .
    git commit -m "Your meaningful commit message"
    
  • Push your changes to your fork:

    git push origin feature-name
    
  • Open a pull request on the main repository.

About

A python script to query WHOIS information for a given domain name.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages