aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeprecationWarning: please use dns.resolver.Resolver.resolve()

diegorobalino16 opened this issue · comments

commented

Solve this problem.
edit this file on the line:613
/usr/lib/python3/dist-packages/sublist3r.py
put this line
ip = Resolver.resolve(host, 'A')[0].to_text()
Save and Solve