WeebSec / weebdns

DNS Enumeration with Asynchronicity
45 stars 10 forks source link

syntax error - ares_query_soa_result' has no len() #2

Open luton1507 opened 5 years ago

luton1507 commented 5 years ago

Traceback (most recent call last): File "weebdns.py", line 197, in default_loop() File "weebdns.py", line 174, in default_loop run = loop.run_until_complete(aiodns_query(resolver)) File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete return future.result() File "weebdns.py", line 97, in aiodns_query await aiodns_request(target, query_type, resolver) File "weebdns.py", line 66, in aiodns_request if len(results) == 0: TypeError: object of type 'ares_query_soa_result' has no len()

imdantesco commented 5 years ago

I have the same problem, Did you manage to solve?

D3m0ni4k commented 4 years ago

Use it on root os

Luciferr0666 commented 4 years ago

already running on root still having the same issue