Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError encountered during DNS enumeration with DNSRecon #279

Open
H4mx00 opened this issue May 17, 2024 · 2 comments
Open

AttributeError encountered during DNS enumeration with DNSRecon #279

H4mx00 opened this issue May 17, 2024 · 2 comments

Comments

@H4mx00
Copy link

H4mx00 commented May 17, 2024

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):

  • Distributor ID: Kali
  • Description: Kali GNU/Linux Rolling
  • Release: 2024.1
  • Codename: kali-rolling
  • Python version: Python 3.11.8

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

@H4mx00
Copy link
Author

H4mx00 commented May 17, 2024

solved : pip install --upgrade dnspython

@L1ghtn1ng
Copy link
Collaborator

L1ghtn1ng commented May 17, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants