tls-scan icon indicating copy to clipboard operation
tls-scan copied to clipboard

An Internet scale, blazing fast SSL/TLS scanner ( non-blocking, event-driven )

Results 7 tls-scan issues
Sort by recently updated
recently updated
newest added

Hi there, Unless I'm misinterpreting something the `tlsVersions` key seems to be incorrect. ```bash ./bin/tls-scan-1.4.8-darwin -c twitter.com --cacert cacert.pem --version-enum ``` ```json { "host": "twitter.com", "ip": "104.244.42.193", "port": 443, "elapsedTime":...

Hi, I want to scan entire internet but it founds one cloudflare certificate and it stops. (Maybe a param can handle this) I don't want to find cloudflare server I...

I encountered an error while parsing the JSON produced by `tls-scan` and pinpointed it to a case where the certificate chain is missing from the JSON output and a dangling...

i've been using tls-scan to perform an audit of certificates on my local network. the output from the scan is meant to be in JSON format, but it appears to...

Steps to reproduce: ```zsh git clone [email protected]:prbinu/tls-scan.git cd tls-scan docker build -t tls-scan . ``` I received the following output: ``` [+] Building 47.7s (12/13) => [internal] load build definition...

Are there any plans to release this tool for Apple Silicon?