AG

Results 290 comments of AG

There is a patch to the edid generation that qemu implements here: https://gist.github.com/knazarov/40348fe805fce1fdaada11c863380109 That doesn't solve the problem with edid-generator, but ripping that out of qemu may be a better...

FYI- there's a patch to add FNM_EXTMATCH to musl [here](https://git.openembedded.org/openembedded-core-contrib/tree/meta/recipes-core/ifupdown/files/0001-Define-FNM_EXTMATCH-for-musl.patch?id=57e472c2c86cf23732cd7babc48beeef07b0882d) though I can't (yet) comment on whether it resolves your issue (I'm actually applying it for the purpose of building...

Hey there @mahmoudimus; a gentle poke on this one. I'm using my own fork for now but it would be great if you considered merging this :)

> Not a bug per se, but was investigating a slow zgrab scan and noticed that it maxes out at sending 6 MB/s. While there might be a lot of...

> I recently noticed that we do DNS lookups whenever we get a redirect, irrespective of if we are going to follow it, which is probably at least part of...

> I've tracked this to this line: > > https://github.com/zmap/zgrab2/pull/462/files#diff-dddc8e7eb09019004b9ea48a345b3fb794995c7b661e5e2aa0494d56d6ce7bd3L542 > > Where we go through and create a new request, parsing the DNS name and triggering a DNS lookup...

One more note: if you do tackle this, keep in mind the potential pitfall mentioned in #307 which is really a general pattern that has manifested in different ways/places- TLS...

> My use case is a bit simpler, as a lot of my scans are just IPs and not domains So any redirect to a domain in that case does...

> So, I was doing unrelated work with DNS, and I noticed that the TTLs for a lot of sites are really low > > Low enough that even if...