Replies: 3 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.
                  
                    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  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| 
         Moving to discussions as we are unable to repro this!  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    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.
Beta Was this translation helpful? Give feedback.
All reactions