Skip to content

Asynchronous domain resolver to look for available domains using a word list and the top level domain

License

Notifications You must be signed in to change notification settings

karmatr0n/domain_enumerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domain_enumerator

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.

How to build this

cargo build --release

How to install this

cargo install --path .

How to run this

$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

License

This project is licensed under the MIT License

References

About

Asynchronous domain resolver to look for available domains using a word list and the top level domain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages