When running dnsx against a list of approximately 160 domains, the resulting result.json file sometimes contains fewer entries than the number of input domains—for example, only 155 host records instead of 160. This suggests that 5 domains are missing from the JSON output entirely, even though they were included in the input.
I am using the following command (simplified for clarity; actual domain list contains sensitive customer data and cannot be shared):
dnsx -threads 10 -no-color -a -aaaa -cname -txt -mx -ns -resp -json -l nodns.txt -o ttt.json
When running dnsx against a list of approximately 160 domains, the resulting result.json file sometimes contains fewer entries than the number of input domains—for example, only 155 host records instead of 160. This suggests that 5 domains are missing from the JSON output entirely, even though they were included in the input.
I am using the following command (simplified for clarity; actual domain list contains sensitive customer data and cannot be shared):
dnsx -threads 10 -no-color -a -aaaa -cname -txt -mx -ns -resp -json -l nodns.txt -o ttt.json