MilindPurswani / Syborg

Recursive DNS Subdomain Enumerator with dead-end avoidance system (BETA)
142 stars 22 forks source link

DeprecationWarning: please use dns.resolver.resolve() #14

Open TheGroundZero opened 3 years ago

TheGroundZero commented 3 years ago
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
MilindPurswani commented 3 years ago

Hi, @TheGroundZero,

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

Best,

@MilindPurswani