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

NoNameservers exception #4

Open
5andr0 opened this issue Sep 3, 2013 · 1 comment
Open

NoNameservers exception #4

5andr0 opened this issue Sep 3, 2013 · 1 comment

Comments

@5andr0
Copy link

5andr0 commented Sep 3, 2013

Hey. subbrute worked just fine with a small subs list. But since i'm bruting with the full standard subs list i'm getting this exception after a while: subbrute.py --subs=subs.txt -t all_domains.txt > outfile4.txt
Exception in thread Thread-19:
Traceback (most recent call last):
File "C:\Python27\lib\threading.py", line 808, in __bootstrap_inner
self.run()
File ".\subbrute.py",
line 97, in run
addr = self.check(test)
File ".\subbrute.py",
line 84, in check
raise e
NoNameservers

@TheRook
Copy link
Owner

TheRook commented Sep 3, 2013

My guess is that the DNS servers in resolvers.txt are timing out a lot (subbrute will recover after some timeouts). You could try adding more DNS servers to this list. I'll make this list bigger in version 1.1.

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