David Adrian

Results 59 comments of David Adrian

@dkran What's your use case for multiple-port scanning?

We will implement multiple ports sometime after the pandemic, when the ZMap team can meet up in person again.

Just to clarify, the issue is that ztee doesn't write to the output file (the one passed as an argument to ztee) as fast as the output file will handle,...

@paul-pearce I have an implementation of this in Go. How would you feel about moving ZTee to Golang?

This same issue popped up for me after an update to Monterey. Previously, I had fixed it by disabling `add_newline`, but that no longer seems to work. ``` - Starship...

I started creating Bazel build definitions for personal use and encountered the following issue: https://github.com/bazelbuild/bazel/issues/11672 Basically, Bazel mis-includes files if their name collides with a Windows SDK file, and both...

As @zakird noted, the non-determinism makes this a bit complicated. Assuming the use-cases @mtgag described above (AKID checking, Issuer-Subject DN comparisons), I don’t see us automatically finding the issuer, since...

```golang CheckApplies(c *x509.Certificate, issuer *x509.Certificate) bool Execute(c *x509.Certificate, issuer *x509.Certificate) *LintResult ``` What happens when `issuer` is nil for a lint that requires an issuer? Does it skip CheckApplies, or...

We'd be happy to take a lint that just counts SCTs (probably notice-level), and anyone is welcome to open a PR that does this.

http://godoc.org/github.com/zmap/zcrypto