A simple tool to detect wildcards domain based on Amass's wildcards detector.
GO111MODULE=on go get -u github.com/theblackturtle/wildcheck
Usage of wildcheck:
-d string
Main domain
-i string
Subdomains list. Default is stdin (default "-")
-rate int
Max DNS Limit per second (default 20000)
-t int
Threads (default 10)
cat subdomains.lst | wildcheck -t 10 -d example.com
wildcheck -i subdomains.lst -t 10 -d example.com
Based on the work on Amass project by @caffix.