Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages