Phillip Stephens

Results 38 comments of Phillip Stephens

Most of the changes here are from pulling the `ResolverConfig` validation out into separate functions. I think this both makes it easier to reason through each function and makes testing...

This is a good issue, we should document all the various ways you pass input to ZDNS. A non-exhaustive list: - Single Domain: `echo "censys.io" | ./zdns A` - Single...

This should definitely be possible, and seems reasonable to me. Using this from the CLI could be something like: `echo "google.com" | ./zdns A AAAA`. We'll just need to be...

I think this can be marked close, I made this issue when I familiarizing myself with ZGrab and didn't know about the `--endpoint` flag. Since then, commit [229a5b0](https://github.com/zmap/zgrab2/commit/229a5b0) added `--help`...

Need to add the handling for receiving these to `answers.go`

This is a [3rd party library](https://github.com/peterzen/goresolver) that performs the DNSSEC validation. It can serve as a good starting point, but needs to be tightly integrated with ZDNS so we can...

@zakird Do you think just returning if DNSSEC validation passed and if it failed the reason in the JSON output is sufficient? I suppose on the other end of the...

Hey @thecsw, thanks for this! Off-hand, though, I'm hesitant to want to bump this to Go `1.23` for backwards-compatibility. We have users using older OS's and don't want to preclude...

After the discussion on [https://github.com/zmap/zdns/pull/495](https://github.com/zmap/zdns/pull/495), I think we can go ahead with this!

Yeah, @lambdina could you provide more details on what your ZGrab invocation looks like? As an aside, I've added a number of fixes around how we handle timeouts, so latest...