You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Screenshots
System Information (System that tool is running on):
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:
Expected behaviour
DNSRecon should perform a DNS enumeration against the specified domain (in this case, google.com) without encountering any errors.
Screenshots
System Information (System that tool is running on):
Additional context
DNSRecon version 1.2.0 https://www.darkoperator.com
The text was updated successfully, but these errors were encountered: