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.
-
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
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.