This is a simple tool to check for available domain names based on the configured length, prefix, and suffix. It uses a dispatch queue to manage Goroutine and perform parallel domain name checks.
- Clone this repository
- Run
go run main.go
- Results in ./temp/*.txt
You can modify the following parameters in main.go
:
- Domain length
- Domain prefix
- Domain suffix
- Concurrency
- Frequency
- Check method dns/api
Note that this project is for demonstration purposes only and may have limitations.
this is a simple tool for educational purposes only. It is not designed for commercial use, and its results may not be accurate. Use at your own risk.
this README generated by chatGPT-3.5 :)