anshumanbh / tko-subs

A tool that can help detect and takeover subdomains with dead DNS records
MIT License
741 stars 137 forks source link

CNAME not found #15

Closed IfrahIman closed 6 years ago

IfrahIman commented 6 years ago

Hi I installed the script today and i am facing a strange error. Firstly My OS is Backbox 5 (Latest)

Now upon running suppose I have added google.com in domain.txt file and when I run I get this:

[google.com] Domain problem : Cname not found +--------+-------+----------+------------+------------+----------+ | DOMAIN | CNAME | PROVIDER | VULNERABLE | TAKEN OVER | RESPONSE | +--------+-------+----------+------------+------------+----------+ +--------+-------+----------+------------+------------+----------+ Results saved to: output.csv

I have tried a lot of other website and their subdomains but I am getting this same error.

While installing, I was facing some context not found error which was regarding GO i think. I then fixed it by: go get -u golang.org/x/net

Hope to get answer soon. Thanks

I fixed the issue myself.