Asynchronous domain name enumerator tool looks for available domains using a name list and the top level domain of your choice to resolve domains or subdomains via brute forcing.
cargo build --release
cargo install --path .
$HOME/.cargo/bin/domain_enumerator -n dicts/wordlist -t domain.io -o results.json
or
$HOME/.cargo/bin/domain_enumerator -n dicts/wordlist -t domain.io
or
$HOME/.cargo/bin/domain_enumerator --help
This project is licensed under the MIT License