r3curs1v3-pr0xy / sub404

A python tool to check subdomain takeover vulnerability
GNU General Public License v3.0
328 stars 61 forks source link

DeprecationWarning #2

Closed jimdi closed 3 years ago

jimdi commented 3 years ago

try to use this tool with docker+wsl2 and got that error:

/sub404.py:245: DeprecationWarning: please use dns.resolver.resolve() instead resolve = dns.resolver.query(data.strip(), 'CNAME')

r3curs1v3-pr0xy commented 3 years ago

This is only warning. You can ignore this as it will not affect the result.