Skip to content

๐ŸŒ Domain Search Wizard Using Permutations and a Multi-Tier Robust Checking Algorithm๐Ÿ”ฎ

Notifications You must be signed in to change notification settings

wowitsjack/DomainWizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

๐ŸŒ Domain Search Wizard ๐Ÿ”ฎ

License: MIT Python 3.6

Domain Search Wizard is a powerful, fun, and interactive command-line interface (CLI) tool that helps you find available domain names based on 'seed' input words that you vibe with. ๐Ÿ’ก๐Ÿ”

๐ŸŽฉ Features

  • User-friendly interactive wizard ๐Ÿง™โ€โ™‚๏ธ
  • Domain availability checks across multiple TLDs ๐ŸŒ
  • Optional domain list input ๐Ÿ“
  • Permutation generation for terms, words, or phrases you like ๐Ÿ”„
  • Beautiful progress updates with Rich ๐ŸŽจ
  • Error handling for timed-out or failed checks โฑ๏ธ
  • Result output to your chosen file ๐Ÿ“‚

๐Ÿš€ Getting Started

Clone the repository and install the required Python packages.

git clone https://github.com/username/DomainSearchWizard.git
cd DomainSearchWizard
pip install -r requirements.txt

Run the script.

python domain_search_wizard.py

Follow the prompts in the interactive wizard. You can either provide a pre-made domain list, or enter industry buzzwords for domain permutation generation.

โš™๏ธ How it Works

Domain Search Wizard uses several methods to check domain registration:

  • DNS Records: Checks for A, MX, and TXT records.
  • SSL Certificates: Checks for SSL certificates associated with the domain.
  • WHOIS Lookup: Checks the WHOIS data for the domain.

If a domain check times out or fails, Domain Search Wizard will log a message and move on to the next domain.

๐Ÿ’ผ License

This project is licensed under the terms of the MIT license.

๐Ÿค Contributing

We welcome contributions! Please see CONTRIBUTING.md for details on how to contribute.

About

๐ŸŒ Domain Search Wizard Using Permutations and a Multi-Tier Robust Checking Algorithm๐Ÿ”ฎ

Resources

Stars

Watchers

Forks

Packages

No packages published