Replies: 3 comments
-
|
@ocervell as default dnsx look for |
Beta Was this translation helpful? Give feedback.
-
|
By default, dnsx only shows successful responses (rcode Default behavior (no -json):
To match default output with -json: dnsx -l hosts.txt -json -rcode noerrorAll rcode values:
Get all responses including errors: dnsx -l hosts.txt -json -rcode noerror,nxdomain,servfail,refusedOr use dnsx -l hosts.txt -resp-only -aThe key insight: default output filters to only successful lookups, so |
Beta Was this translation helpful? Give feedback.
-
|
By default, dnsx only shows successful responses (rcode Default behavior (no -json):
To match default output with -json: dnsx -l hosts.txt -json -rcode noerrorAll rcode values:
Get all responses including errors: dnsx -l hosts.txt -json -rcode noerror,nxdomain,servfail,refusedOr use dnsx -l hosts.txt -resp-only -aThe key insight: default output filters to only successful lookups, so |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Can't find out what's the default rcodes value. I'm trying to get the same results with
-jsonthat I get without the flag, the "default output": which rcodes does it preserve / discard ?Thanks for the clarification :)
Beta Was this translation helpful? Give feedback.
All reactions