darkoperator / dnsrecon

DNS Enumeration Script
GNU General Public License v2.0
2.58k stars 529 forks source link

AttributeError encountered during DNS enumeration with DNSRecon #279

Open H4mx00 opened 3 months ago

H4mx00 commented 3 months ago

Description When attempting to perform a DNS enumeration using DNSRecon with the command dnsrecon -d google.com, an AttributeError is encountered. The error message indicates that the 'Resolver' object has no attribute 'resolve'. This issue prevents the proper execution of DNS enumeration tasks and impacts the functionality of DNSRecon.

To Reproduce Steps to reproduce the behaviour:

  1. Open a terminal window.
  2. Execute the command: dnsrecon -d google.com or any other domain

Expected behaviour DNSRecon should perform a DNS enumeration against the specified domain (in this case, google.com) without encountering any errors.

Screenshots capture

System Information (System that tool is running on):

Additional context DNSRecon version 1.2.0 https://www.darkoperator.com

H4mx00 commented 3 months ago

solved : pip install --upgrade dnspython

L1ghtn1ng commented 3 months ago

That will explain why I do not have that issue.

Will reach out to the Debian team as kali pulls it in from there so will make sure it gets set to a new version in the package.

On 17 May 2024, at 12:56, H4mx00 @.***> wrote:



solved : pip install --upgrade dnspython

— Reply to this email directly, view it on GitHubhttps://github.com/darkoperator/dnsrecon/issues/279#issuecomment-2117435796, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA3V2QVGJ32SBXIPDURMYF3ZCXV6FAVCNFSM6AAAAABH36HGGGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJXGQZTKNZZGY. You are receiving this because you are subscribed to this thread.Message ID: @.***>