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

Resolver error #188

Open
Aziz1337 opened this issue Jul 3, 2024 · 0 comments
Open

Resolver error #188

Aziz1337 opened this issue Jul 3, 2024 · 0 comments

Comments

@Aziz1337
Copy link

Aziz1337 commented Jul 3, 2024

Hi guys when i am trying to run this command i get an error:
python3 ~/BloodHound.py/bloodhound.py --dns-tcp -ns DC-IP -d DOMAIN_NAME -u 'user' -p 'password' -c ALL --dns-timeout 30

Traceback (most recent call last):
  File "/home/kali/BloodHound.py/bloodhound.py", line 5, in <module>
    bloodhound.main()
  File "/home/kali/BloodHound.py/bloodhound/__init__.py", line 308, in main
    ad.dns_resolve(domain=args.domain, options=args)
  File "/home/kali/BloodHound.py/bloodhound/ad/domain.py", line 699, in dns_resolve
    q = self.dnsresolver.query(query, 'SRV', tcp=self.dns_tcp)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/dns/resolver.py", line 1364, in query
    return self.resolve(
           ^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/dns/resolver.py", line 1318, in resolve
    (nameserver, tcp, backoff) = resolution.next_nameserver()
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/dns/resolver.py", line 763, in next_nameserver
    raise NoNameservers(request=self.request, errors=self.errors)
dns.resolver.NoNameservers: All nameservers failed to answer the query _ldap._tcp.pdc._msdcs.support.htb. IN SRV: Server Do53:10.10.11.174@53 answered SERVFAIL

I made sure to add the Ip address to my /etc/hosts file
Can someone help me fix it please !

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

1 participant