Closed ehsandeep closed 7 years ago
maybe have a limit, e.g. if 10 results share the same IP then assume wildcard?
Or just:
I'll work on it as soon as I have some time ;)
yeah, this idea is also good.
- Create a random string at the very beginning.
- If .domain.tld resolves, it means it has a wildcard entry.
You can query *.example.com
and it will return if there is a wildcard entry. I wasn't able to do this with net.LookupHost
for some reason though.
Hello, great work, but i am not sure how it will deal with domains which have wildcard entry (*), enabled for subdomains, for those i see can dnssearch showing every result from
names.txt
which is not correct!