mix twist (domaintwistex v0.9.0)

Run DomainTwistex domain permutation scanner.

Usage

mix twist [options] <domain>

Options

-c, --concurrency NUM   Number of concurrent checks (default: CPU * 2)
-t, --timeout MS        Timeout per domain in ms (default: 15000)
-w, --whois             Enable WHOIS/RDAP lookups (slower)
--mx-only               Only show domains with MX records
-f, --format FORMAT     Output format: table, json, csv (default: table)
-o, --output FILE       Write results to file

Examples

mix twist example.com
mix twist -c 100 -w example.com
mix twist --format json -o results.json example.com