evilsocket / dnssearch

A subdomain enumeration tool.
GNU General Public License v3.0
893 stars 137 forks source link

Handle wildcard DNS record #18

Closed AvnerCohen closed 6 years ago

AvnerCohen commented 7 years ago

Q here. Some people would add a *.domain.com record, this will cause all tests to return true.

Is there a way to track these and ignore these hits?

I think this can be a nice added feature, but I'm not sure I know how to tell these records from the real ones.

DavidWittman commented 6 years ago

This was fixed in #17.

AvnerCohen commented 6 years ago

:1st_place_medal: