Open
Description
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:
- Open a terminal window.
- 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.
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
Metadata
Metadata
Assignees
Labels
No labels