domainsearch is a simple and fast command-line tool that helps you:
- Search if a domain exists (registered) across all known TLDs.
- Check if a domain responds on HTTPS (port 443).
- Save and reuse domain lists.
It fetches the official TLD list from IANA and supports multithreaded scanning for speed.
First, clone the repository or download the source:
git clone https://github.com/yourusername/domainsearch.git
cd domainsearch
pip install .Or if you have the .whl or .tar.gz file:
pip install domainsearch-0.1-py3-none-any.whldomainsearch advaniadomainsearch advania --check-sitedomainsearch advania --output results.txtdomainsearch --input results.txt --check-sitedomainsearch --update| Option | Description |
|---|---|
--check-site |
Check if domains respond on port 443 (HTTPS) |
--output <file> |
Save found domains to a file |
--input <file> |
Load domains from a file |
--timeout <sec> |
Set timeout for HTTPS checks (default: 3 seconds) |
--update |
Update the TLD list from IANA |
--help |
Show help message |
domainsearch advania --check-site --output results.txt --timeout 5This project is licensed under the MIT License. See LICENSE for details.
This project includes third-party libraries. See NOTICE for details.