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
... |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
-
|
Moving to discussions as we are unable to repro this! |
Beta Was this translation helpful? Give feedback.
-
|
This discussion closed automatically due to inactivity. Feel free to reopen or start new if still relevant. |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions