Alex Weber
Alex Weber
Does this make detection of a dnscat2 server any easier? This may not be something you care about either way.
Hi @dailei2018, thanks for the report. We will try to address this in the future. Leaving the issue open until it's fixed.
Hi @dailei2018, What is the output of `ulimit -s`? When I try to reproduce the problem, I get the XML output as expected. For me, `ulimit -s` says `8192`. If...
Related to this, groups we don't know about in the ClientHello key_shares should be skipped over. Currently they cause a handshake failure, because `share.SizeValid()` for those shares is `false`. This...
At least for me, this is happening because `cert` is nil when doing `len(cert.Chain)`: ``` certificate := &CertificateBody{ CertificateList: make([]CertificateEntry, len(cert.Chain)), } ```
Hi @snppub, thanks for the note. May I ask what you base this on? The `test` program (from `make test`) fails when I make that change. This is using (what...