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
I think the "Syborg" tool uses a single DNS server.
python3 syborg.py -d 4.4.4.4 google.com
It would be nice if syborg could use a multi-resolver.
python3 syborg.py -d resolvers.txt google.com
Traceback (most recent call last):
File "syborg.py", line 221, in <module>
resolver.nameservers = [socket.gethostbyname(dns_server)]
socket.gaierror: [Errno -2] Name or service not known
A single dns server can be blocked by a dos problem.
Thanks.
The text was updated successfully, but these errors were encountered:
Thanks for bringing this to my attention. May I know what steps did you take to reproduce this error? In my countless runs, even with concurrency set to 100, I was not blocked by any DNS server. This will help me reproduce this error and finally remediate it!
Sure! I have labeled this as an enhancement. Currently, I am occupied with a lot of stuff so will work on this in near future. If you want to contribute, feel free to code the required feature and create pull request! I will validate it and then accept it, if its working :)
Hello,
I think the "Syborg" tool uses a single DNS server.
It would be nice if syborg could use a multi-resolver.
A single dns server can be blocked by a dos problem.
Thanks.
The text was updated successfully, but these errors were encountered: