Mike Cardwell

Results 12 comments of Mike Cardwell

We're also waiting for this support. We have an application which analyses the TLS configuration of our customers services, and we need to be able to generate certificates that contain...

> @mikehardenize to clarify, it sounds like you just need the right x509 extensions set in the certificate when it's being generated. In this case the crl and ocsp extensions....

Thanks, that's good to know. In the mean time, what's the best/simplest way for me to pull certs out of step-ca? I can push them into CT once I have...

`yum install libpcap-devel` worked for me

You can do `-c filename`, where the file contains e.g: ``` range=192.168.0.0/16 range=10.0.0.0/8 ```

I'm amazed this was released without this functionality. Completely useless. Now I need to back it all out again.

nmap sends both payloads in parallel. Masscan only sends the last. I've been using the nmap-payloads file from https://github.com/ParrotSec/nmap/blob/master/nmap-payloads which has two UDP port 123 payloads. I've noticed that a...

The cw_conversation cookie has the same issue. Has that also been removed?

I'm using the docker image. It would be nice to be able to just set an environment variable to pass into the container which adds the secure flag to cookies....

I terminate SSL on an nginx proxy which sits in front of the docker container, so I don't think there are any headers which they could look at to determine...