Releases: bachdev/domex
Releases · bachdev/domex
Domex v1.0.0
Domex v1.0.0 - Initial Release
Domain availability checker using regex patterns with HTTP proxy support.
Features
- 🔍 Check domain availability using regex patterns
- ⚡ Configurable rate limiting (default: 5 req/s)
- 🌐 HTTP proxy support with auto-rotation
- 📁 Export available domains to file
- 🎯 RDAP API for reliable WHOIS lookups
Installation
pip install -r requirements.txtQuick Start
# Check 2-letter + 3-digit domains
python domex.py "^[a-z]{2}[0-9]{3}\.(com|net)$"
# With output file
python domex.py "^[a-z]{3}\.com$" --output available.txtSupported TLDs
com, net, org, info, biz, io, co, me, tv
See README.md for full documentation.