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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: