haccer / subjack

Subdomain Takeover tool written in Go
Apache License 2.0
1.91k stars 337 forks source link

Add flag to define DNS server to use #43

Open martinbydefault opened 5 years ago

martinbydefault commented 5 years ago

The DNS server used to query domains was hardcoded to 8.8.8.8. I added a new flag -dns to configure it and 8.8.8.8 is the default value if the flag is not used.

codingo commented 5 years ago

Pulled into my own branch, useful change and recommend merging.