Replies: 4 comments
|
not able to replicate the issue, getting stable results over multiple runs on while true; do echo total: `chaos -d hackerone.com -silent | ./dnsx -silent | wc -l`; done
total: 11
total: 11
total: 11
total: 11
total: 11
total: 11
total: 11
total: 11
total: 11
... |
0 replies
|
The difference in enumeration depends on which resolver is used during iterations, as they are rotated in a round-robin fashion. A -/+ 1 item difference among runs with UDP protocol is acceptable. Shall we attempt to resolve with all resolvers at least once until one is responsive? cc @ehsandeep |
0 replies
|
Moving to discussions as we are unable to repro this! |
0 replies
|
This discussion closed automatically due to inactivity. Feel free to reopen or start new if still relevant. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
dnsx version:
dev
Steps To Reproduce:
Running with latest version:
Running with dev version:
Expected Behavior:
stable / expected results with dev code.
All reactions