MilindPurswani / Syborg

Recursive DNS Subdomain Enumerator with dead-end avoidance system (BETA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeprecationWarning: please use dns.resolver.resolve()

TheGroundZero opened this issue · comments

syborg.py:60: DeprecationWarning: please use dns.resolver.resolve() instead
  answers = dns.resolver.query(domain)
calling appenddataset1
syborg.py:73: DeprecationWarning: please use dns.resolver.resolve() instead
  answers = dns.resolver.query(domain)
$ python3 --version
Python 3.7.3

Hi, @TheGroundZero,

Thanks for raising this issue. I will look at this in a couple of days and get back to you.

Best,

@MilindPurswani